summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8ffd1ef..bd707ec 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ CC=i686-foolos-gcc
############ compiler flags ############
CFLAGS=
-#CFLAGS+=-fstack-protector-all
+CFLAGS+=-fstack-protector-all
+CFLAGS+=-Werror-implicit-function-declaration
CFLAGS+=-w
CFLAGS+=-ffreestanding
CFLATS+=-Wall
@@ -41,7 +42,6 @@ CFLAGS+=-std=gnu11
CFLAGS+=-I.
CFLAGS+=-I/home/miguel/temp/fool-os-stuff/newlib-2.1.0/newlib/libc/include
#CFLAGS+=-lgcc
-CFLAGS+=-Werror-implicit-function-declaration
#CFLAGS+=-fno-zero-initialized-in-bss
#CFLAGS+= -O4
#CFLAGS+=-fdata-sections -ffunction-sections