summarylogtreecommitdiffstats
path: root/compile.bash
diff options
context:
space:
mode:
authorXenHat2023-04-03 10:18:31 -0400
committerXenHat2023-04-03 10:18:31 -0400
commitca7131806907cfecdf56066076860d5bf8c7f591 (patch)
tree3dabb4aaa0b1da1eb646e4612c115eeb9ab83563 /compile.bash
parent77b531b47815a0369b8fc159b5dd9b18b11e57ec (diff)
downloadaur-ca7131806907cfecdf56066076860d5bf8c7f591.tar.gz
Toolchain work
Diffstat (limited to 'compile.bash')
-rwxr-xr-xcompile.bash7
1 files changed, 1 insertions, 6 deletions
diff --git a/compile.bash b/compile.bash
index e93d655de125..747c3470cd6d 100755
--- a/compile.bash
+++ b/compile.bash
@@ -85,16 +85,11 @@ build() {
fi
fi
export AUTOBUILD_CPU_COUNT=$build_jobs
- AL_ARCH_FLAGS=${AL_ARCH_FLAGS:-'-march=native -mtune=native -w'}
AL_CMAKE_CONFIG=(
-DLL_TESTS:BOOL=ON
-DDISABLE_FATAL_WARNINGS=ON
- -DUSE_LTO:BOOL=OFF
+ -DUSE_LTO:BOOL=ON
-DVIEWER_CHANNEL="Alchemy Test"
- -DCMAKE_C_FLAGS="$AL_ARCH_FLAGS"
- -DCMAKE_CXX_FLAGS="$AL_ARCH_FLAGS"
- -DCMAKE_C_COMPILER="${CC:-gcc}"
- -DCMAKE_CXX_COMPILER="${CXX:-g++}"
)
# I could not find the documentation on how to handle BUILDENV/OPTION in
# makepkg.conf. If you are reading this and know where it is,