summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-12-23 00:28:06 -0500
committerVincent Grande2020-12-23 00:28:06 -0500
commit2db598c2d3578e391306260ccd03fde133a2c186 (patch)
tree2c06c91f42e1e5eb841c1a7c94ac40e20c68fb59 /PKGBUILD
parent00281aeed72de4e40eb7af8c23bbea0d965188b7 (diff)
downloadaur-2db598c2d3578e391306260ccd03fde133a2c186.tar.gz
move comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526a45011b90..1be7fa4ee23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,9 @@ build() {
--without-snmp-address \
--disable-libusb \
--disable-libpaper \
- --with-optim="$CFLAGS" # you must comment out $CFLAGS and $CXXFLAGS in makepkg.conf and add build flags into this "--with-optim" setting
+ --with-optim="$CFLAGS"
+
+# you must comment out $CFLAGS and $CXXFLAGS in makepkg.conf and add your build flags into the "--with-optim" setting
make
}