gentoo-ebuilds/dev-lang/nim/files/nim-2.2.6-makefile.patch
Maciej Barć 43f40336fc
dev-lang/nim: bump to 2.2.6
Closes: https://bugs.gentoo.org/965881
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-11-22 01:27:20 +01:00

11 lines
311 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 -fno-strict-aliasing -O3 -fno-ident -fno-math-errno
+CFLAGS += -Ic_code -w -fno-strict-aliasing -fno-ident -fno-math-errno
LDFLAGS +=
binDir = bin