summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69728b9edab9..53f51fbe98a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ build() {
--without-snmp-address \
--disable-libusb \
--disable-libpaper \
- --with-optim="" # cant find C compiler using default "$CFLAGS"
+ --with-optim="$CFLAGS" # you must comment out $CFLAGS and $CXXFLAGS in makepkg.conf and add build flags into this "--with-optim" setting
make
}