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 820845581372..48ea0701fc0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ build() {
autoreconf -vfi
./configure --prefix=/usr || return 1
- make || return 1
+ make CFLAGS="-O0" CXXFLAGS="-O0" || return 1
}
package() {