summaryrefslogtreecommitdiff
path: root/dev-lang/nim/files/nim-2.2.6-makefile.patch
blob: 2692f840c2a77df4d6e741fee677260d66c20bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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