diff options
-rw-r--r-- | templates/makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/makepkg.conf b/templates/makepkg.conf index 3dd0609..7c97813 100644 --- a/templates/makepkg.conf +++ b/templates/makepkg.conf @@ -32,7 +32,7 @@ CHOST="REPLACEME-unknown-linux-gnu" # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family CFLAGS="-march=REPLACEME -mtune=generic -O2 -pipe" -CXXFLAGS="-march=REPLACEM -mtune=generic -O2 -pipe" +CXXFLAGS="-march=REPLACEME -mtune=generic -O2 -pipe" LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" |