diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 9872d5df..675e5f9b 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -31,6 +31,7 @@ CHOST="@CHOST@" # -mtune optimizes for an architecture, but builds for whole processor family CFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe" CXXFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe" +#LDFLAGS="" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" |