Small clean up

This commit is contained in:
Jaby
2022-07-10 11:15:43 +02:00
committed by Jaby
parent 6f8064babb
commit 36eaaa9c2b
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