Small clean up

This commit is contained in:
Jaby
2022-07-10 11:15:43 +02:00
parent 2267324084
commit 37b6a88905
2 changed files with 1 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ ARCHFLAGS += -fno-stack-protector -nostdlib -ffreestanding
#Compiler flags for build profiles
CCFLAGS_release += -O3
CCFLAGS_debug += -O0 -fno-builtin
CCFLAGS_debug += -O0
CXXFLAGS += -fno-exceptions -fno-rtti