Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2625


Ignore:
Timestamp:
Jan 30, 2009, 4:38:02 PM (15 years ago)
Author:
rgrieder
Message:

Moved TOLUA_RELEASE option.

Location:
code/branches/buildsystem2/src
Files:
2 edited

Legend:

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

    r2624 r2625  
    88# OIS dynamic linking requires macro definition, at least for Windows
    99ADD_COMPILER_FLAGS("-DOIS_DYNAMIC_LIB")
    10 
    11 OPTION(TOLUA_PARSER_RELEASE "Disable all debug messages from tolua bind files for Release and MinSizeRel build types." FALSE)
     10# Tolua binding speedup if required
    1211ADD_COMPILER_FLAGS("-DTOLUA_RELEASE" Release MinSizeRel TOLUA_PARSER_RELEASE)
    1312
  • code/branches/buildsystem2/src/tolua/CMakeLists.txt

    r2624 r2625  
    2929TARGET_LINK_LIBRARIES(tolua++app_orxonox tolua++_orxonox ${LUA_LIBRARIES})
    3030
     31OPTION(TOLUA_PARSER_RELEASE "Disable all debug messages from tolua bind files for Release and MinSizeRel build types." FALSE)
     32
    3133# Set some variables to the cache in order to use them in the TOLUA macro
    3234SET(TOLUA_PARSER_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/all-${LUA_VERSION}.lua" CACHE INTERNAL "")
Note: See TracChangeset for help on using the changeset viewer.