Updated code::blocks project file to compile optimized release by default.

This commit is contained in:
flatmush 2011-03-01 15:34:50 +00:00
parent 9c8a4f9aa9
commit 324ae1684e
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@
</Build>
<Compiler>
<Add option="-DFIXMATH_NO_CACHE" />
<Add option="-DFIXMATH_SIN_LUT" />
<Add option="-DFIXMATH_NO_64BIT" />
</Compiler>
<Unit filename="Makefile" />
<Unit filename="fix16.c">
@ -59,6 +59,7 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="fract32.h" />
<Unit filename="int64.h" />
<Unit filename="uint32.c">
<Option compilerVar="CC" />
</Unit>