summarylogtreecommitdiffstats
path: root/makepkg-conf.patch
diff options
context:
space:
mode:
authorChengrui Chen2023-02-04 21:58:05 +0800
committerChengrui Chen2023-02-04 21:58:05 +0800
commit2f1c74fc131c0b8511ebd2781185360a2bc74f7b (patch)
tree6730ed8503c8f9b85006b259f1a7db2947847c80 /makepkg-conf.patch
parentefb2dbe89ac68e27ce24539a3014506e4b30fbe7 (diff)
downloadaur-2f1c74fc131c0b8511ebd2781185360a2bc74f7b.tar.gz
use new csources_v2
- fix: reference is not a tree: xxx
Diffstat (limited to 'makepkg-conf.patch')
-rw-r--r--makepkg-conf.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/makepkg-conf.patch b/makepkg-conf.patch
index 59674656c63d..2aca37549492 100644
--- a/makepkg-conf.patch
+++ b/makepkg-conf.patch
@@ -1,12 +1,13 @@
diff --git a/makefile b/makefile
-index 503c030..4146ba2 100644
+index 855c358..54a9d59 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
# To regenerate run ``niminst csource`` or ``koch csource``
CC ?= gcc
--CFLAGS += -Ic_code -w -O3 -fno-strict-aliasing
-+CFLAGS += -Ic_code -w -fno-strict-aliasing
- LDFLAGS +=
+-CFLAGS += -Ic_code -w -fmax-errors=3 -O3 -fno-strict-aliasing -fno-ident -fno-math-errno
++CFLAGS += -Ic_code -w -fmax-errors=3 -fno-strict-aliasing -fno-ident -fno-math-errno
+ LDFLAGS +=
binDir = bin
+