mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 19:03:28 +00:00
11 lines
311 B
Diff
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
|
|
|