diff --git a/build-proton-tc.sh b/build-proton-tc.sh index 4e05caab..f622f43b 100755 --- a/build-proton-tc.sh +++ b/build-proton-tc.sh @@ -16,8 +16,8 @@ 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" --lto full) - binutils_args=(--targets arm aarch64 x86_64 --march "native") + llvm_args=(--targets "ARM;AArch64;X86" --lto full) + binutils_args=(--targets arm aarch64 x86_64) fi # Build LLVM