From 0f00932955521c3c2fb8140176ab72f22172c298 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 26 Feb 2021 14:51:13 +0100 Subject: Started UBSan and stack-smashing check support --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Makefile') diff --git a/boot/Makefile b/boot/Makefile index 6d38ce5..714ec22 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -5,7 +5,7 @@ LD = ccache ../cross/opt/bin/i686-elf-ld OC = ccache ../cross/opt/bin/i686-elf-objcopy AS = ccache nasm -CFLAGS = $(CFLAGS_DEFAULT) -ffreestanding +CFLAGS = $(CFLAGS_DEFAULT) -ffreestanding -fno-stack-protector -fno-sanitize=undefined ASFLAGS = -f elf32 -- cgit v1.2.3