Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 10:45:36 PM (15 years ago)
Author:
rgrieder
Message:

Possible build bug: in the compiler config files (BuildConfig, etc.) the compiler flags get reset at first. Adding flags before that will have no effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ggz/src/CMakeLists.txt

    r2724 r3002  
    3232# Tolua binding speedup if required
    3333ADD_COMPILER_FLAGS("-DTOLUA_RELEASE" Release MinSizeRel TOLUA_PARSER_RELEASE)
     34# Enable GGZMode support if found
     35IF(GGZMODE_FOUND)
     36  ADD_COMPILER_FLAGS("-DHAS_GGZ")
     37ENDIF()
    3438
    3539################ OrxonoxConfig.h ################
Note: See TracChangeset for help on using the changeset viewer.