Small clean up
This commit is contained in:
parent
f690e9e043
commit
977d853768
|
@ -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>
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue