aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-03-20 18:46:33 +0100
committerMarvin Borner2021-03-20 18:46:33 +0100
commit635751fc2a75f66d1541469b3204efb1701bd91c (patch)
tree2cb5ac0484acb2427504b681a021d6c2fe19d0f8 /Makefile
parentc97a50ba7baa70b40431594f410ca18e14af3b76 (diff)
Even more fixes! :^)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9603296..f08c26b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: compile
# TODO: Fix stack protector in userspace
# TODO: Fix ubsan in userspace (probably due to kernel size)
-debug: CFLAGS_DEFAULT += -Wno-error -ggdb3 -s #-fsanitize=undefined # -fstack-protector-all
+debug: CFLAGS_DEFAULT += -Wno-error -ggdb3 -s #-fsanitize=undefined #-fstack-protector-all
debug: compile
export