You've already forked aur_builder
Add SKIP_NATIVE to skip building for native
* remove tail * DEBUG_SHELL: pause before copying
This commit is contained in:
@@ -10,5 +10,7 @@ done
|
||||
|
||||
# Enables all extra features supported by host CPU
|
||||
|
||||
CFLAGS="$CFLAGS -march=native -mtune=native"
|
||||
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
|
||||
if [ "${SKIP_NATIVE-n}" = n ]; then
|
||||
CFLAGS="$CFLAGS -march=native -mtune=native"
|
||||
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user