gentoo/dev-lang/nim/files/nim-2.2.0-makefile.patch
2024-10-13 21:23:14 +02:00

12 lines
308 B
Diff

--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
# To regenerate run ``niminst csource`` or ``koch csource``
CC ?= gcc
-CFLAGS += -Ic_code -w -fmax-errors=3 -O3 -fno-strict-aliasing -fno-ident -fno-math-errno
+CFLAGS += -Ic_code -fno-strict-aliasing -fno-ident -fno-math-errno
LDFLAGS +=
binDir = bin