summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-22 13:45:01 -0500
committerVincent Grande2020-12-22 13:45:01 -0500
commit8d22c9b802ce9e9b0c5f6f15c68b5523a31e3cec (patch)
tree0b975c5e6e0fbbf31eaf199ab882318c8e8fea6a
parente6222908423a3ef147cefe6da3cf3aea3086c5a8 (diff)
downloadaur-8d22c9b802ce9e9b0c5f6f15c68b5523a31e3cec.tar.gz
fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3be3f00ceb3f..ba3224fa6b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,8 +58,8 @@ build() {
--disable-mallinfo \
--without-snmp-address \
--disable-libusb \
- --disable-libpaper \
- --with-optim="$CFLAGS"
+ --disable-libpaper
+# --with-optim="$CFLAGS"
make
}