Skip to content

Commit

Permalink
build-proton-tc.sh: Enable full LTO for full builds
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Lin <[email protected]>
  • Loading branch information
kdrag0n committed Aug 2, 2019
1 parent 9bf3481 commit 933bb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-proton-tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ "$1" == "--ci" ]] || [[ "$DRONE" == "true" ]]; then
binutils_args=(--targets arm aarch64 x86_64 --shallow-clone)
else
msg "Configuring full-fledged LLVM build..."
llvm_args=(--targets "ARM;AArch64;X86" --march "native")
llvm_args=(--targets "ARM;AArch64;X86" --march "native" --lto full)
binutils_args=(--targets arm aarch64 x86_64)
fi

Expand Down

0 comments on commit 933bb99

Please sign in to comment.