Ticket #207 (closed defect: fixed)

Opened 3 years ago

Last modified 23 months ago

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

comment:1 Changed 23 months ago by philip

  • Status changed from new to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.