mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 09:47:30 -08:00
Closes: https://bugs.gentoo.org/941480 Closes: https://bugs.gentoo.org/940306 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
12 lines
308 B
Diff
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
|
|
|