aboutsummaryrefslogtreecommitdiffstats
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 f531a02..96c1b74 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OBJ_START = $(BUILD_DIR)/start.o
21OBJ_MAIN = $(BUILD_DIR)/main.o 21OBJ_MAIN = $(BUILD_DIR)/main.o
22SRC_LINK = $(SRC_DIR)/linker.ld 22SRC_LINK = $(SRC_DIR)/linker.ld
23 23
24CFLAGS := -Wall -ffreestanding -O2 -nostdlib -lgcc -mgeneral-regs-only 24CFLAGS := -Wall -ffreestanding -O2 -nostdlib -lgcc -mgeneral-regs-only -fstack-protector
25AFLAGS := 25AFLAGS :=
26LDFLAGS := 26LDFLAGS :=
27 27