summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-22 15:05:35 -0500
committerVincent Grande2020-12-22 15:05:35 -0500
commit309a9996450c7d615a5087c570286819722da0f2 (patch)
tree90e964f4d48a568bd51d6947ff3733bceb1fc12b
parent30ba7e49e67f150eae66e5e41c440b17a8fdfbed (diff)
downloadaur-309a9996450c7d615a5087c570286819722da0f2.tar.gz
add very important comment
-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
}