summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eb37285..90bfdb7 100644
--- a/Makefile
+++ b/Makefile
@@ -107,14 +107,12 @@ KERNEL_CFLAGS = \
-Wpointer-arith \
-gdwarf-2 \
-std=gnu99 \
- -fno-dwarf2-indirect-strings \
-mno-red-zone
USER_CFLAGS = \
-finline \
-gdwarf-2 \
-std=gnu89 \
- -fno-dwarf2-indirect-strings \
-Wno-missing-braces \
-Wno-sign-compare \
-Wno-parentheses \