Ticket #207 (closed defect: fixed)
Linux build uses FColladaSD in Release mode
| Reported by: | Philip | Owned by: | |
|---|---|---|---|
| Priority: | Nice to Have | Milestone: | |
| Component: | Game engine | Keywords: | |
| Cc: |
Description
The Collada project gets linked with libFColladaSD.a (the debug version) in Release configurations as well as Debug. It should use libFColladaSR.a instead, since that's faster.
This probably just needs some small (but not entirely trivial) changes in extern_libs.lua
Change History
Note: See
TracTickets for help on using
tickets.

(In [7429]) Use optimised FCollada on Unix non-debug builds. Fixes #207.