diff --git a/Makefile b/Makefile index 2a2090e..f77c744 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CC=gcc LD=ld CFLAGS = -Wall -nostdinc -ffreestanding -DKERNEL_SOS -m32 \ - -fno-asynchronous-unwind-tables + -fno-asynchronous-unwind-tables -fno-stack-protector LDFLAGS = --warn-common -nostdlib -m elf_i386 OBJECTS = bootstrap/multiboot.o \ hwcore/idt.o hwcore/gdt.o \