summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33f2d85..4e960d8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ KERNEL_START=0x18000
############ flags ############
-CFLAGS=-ffreestanding -std=gnu99 -m32 -fno-asynchronous-unwind-tables -O0
+CFLAGS=-ffreestanding -std=gnu11 -m32 -fno-asynchronous-unwind-tables -O0
CFLAGS+= -I.
#CFLAGS+=-fdata-sections -ffunction-sections
#CFLAGS+= -Werror