makepkg update
Add -march=native and -mtune=native Remove debug builds
This commit is contained in:
parent
552e9dd666
commit
cd2b151228
10
makepkg.conf
Normal file
10
makepkg.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
PACKAGER="Balakrishnan Balasubramanian <arch-pkger@balki.me>"
|
||||||
|
|
||||||
|
for index in "${!OPTIONS[@]}"; do
|
||||||
|
if [[ "${OPTIONS[$index]}" = *debug ]]; then
|
||||||
|
OPTIONS["$index"]="!debug"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
CFLAGS="$CFLAGS -march=native -mtune=native"
|
||||||
|
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
|
@ -1 +0,0 @@
|
|||||||
PACKAGER="Balakrishnan Balasubramanian <arch-pkger@balki.me>"
|
|
Loading…
x
Reference in New Issue
Block a user