Skip to content

Commit

Permalink
Merge branch 'jb54225' into 'master'
Browse files Browse the repository at this point in the history
[sailfishos] Disable LTO for rust 1.52.1 with ESR60. JB#54225 JOLLA-139

See merge request mer-core/gecko-dev!341
  • Loading branch information
xfade committed Jun 8, 2021
2 parents 2556f22 + 23c46b3 commit c296f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS)
ifndef DEVELOPER_OPTIONS
ifndef MOZ_DEBUG_RUST
# Enable link-time optimization for release builds.
cargo_rustc_flags += -C lto
cargo_rustc_flags +=
endif
endif

Expand Down

0 comments on commit c296f44

Please sign in to comment.