Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2009, 10:05:55 PM (15 years ago)
Author:
rgrieder
Message:

Enable link time code generation for visual studio if ORXONOX_RELEASE is enabled. This creates slightly faster and especially much less (about half) code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/OrxonoxConfig.cmake

    r5664 r5691  
    3838  OPTION(PCH_ENABLE "Global PCH switch" TRUE)
    3939ENDIF()
    40 
    41 # Enable expensive optimisations: use this for a binary release build
    42 OPTION(ORXONOX_RELEASE "Enable when building restributable releases" FALSE)
    4340
    4441# Use WinMain() or main()?
Note: See TracChangeset for help on using the changeset viewer.