Small clean up

This commit is contained in:
jaby 2022-07-10 11:15:43 +02:00
parent f690e9e043
commit 977d853768
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@
<dummy sectors="1024"/> <dummy sectors="1024"/>
</directory_tree> </directory_tree>
</track> </track>
<!--<track type="audio" source="..\Ressources\fox.wav"/>--> <!--<track type="audio" source="..\Ressources\fox.wav"/>-->
<!--<track type="audio" source="..\Ressources\shark.wav"/>--> <!--<track type="audio" source="..\Ressources\shark.wav"/>-->
</iso_project> </iso_project>

View File

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