diff --git a/Makefile b/Makefile index f2b003d..9bb8769 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc CFLAGS = -Wall -nostdlib -nostdinc -ffreestanding -DKERNEL_SOS \ - -m32 -fno-asynchronous-unwind-tables + -m32 -fno-asynchronous-unwind-tables -fno-stack-protector LDFLAGS = --warn-common -m elf_i386 OBJECTS = bootstrap/multiboot.o \ hwcore/idt.o hwcore/gdt.o \