diff options
| author | flatmush <flatmush@d3e1167c-abe1-51d5-8199-f9061ebe54e4> | 2011-03-01 15:34:50 +0000 |
|---|---|---|
| committer | flatmush <flatmush@d3e1167c-abe1-51d5-8199-f9061ebe54e4> | 2011-03-01 15:34:50 +0000 |
| commit | 324ae1684ee62a637f27c205316c70fe867c465b (patch) | |
| tree | 0adf4bc70e15744baac17ecaba019b7ac63d117b | |
| parent | 9c8a4f9aa904e1bc8076093566d0bd8a029c4d44 (diff) | |
| download | libfixmath-324ae1684ee62a637f27c205316c70fe867c465b.tar.gz | |
Updated code::blocks project file to compile optimized release by default.
| -rw-r--r-- | libfixmath/libfixmath.cbp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libfixmath/libfixmath.cbp b/libfixmath/libfixmath.cbp index 50937db..1e02116 100644 --- a/libfixmath/libfixmath.cbp +++ b/libfixmath/libfixmath.cbp @@ -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> |
