Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2009, 8:40:17 PM (15 years ago)
Author:
rgrieder
Message:

Adding experimental precompiled header file support. It seems to work quite well with MSVC, but has a performance penalty when used with GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/cmake/BuildConfigMSVC.cmake

    r3116 r3117  
    3737  OPTION(VISUAL_LEAK_DETECTOR_ENABLE "Memory leak detector" FALSE)
    3838ENDIF(MSVC80)
     39
     40# Orxonox only supports MSVC 8 and above, which gets asserted above
     41SET(PCH_COMPILER_SUPPORT TRUE)
     42
    3943
    4044#################### Compiler Flags #####################
Note: See TracChangeset for help on using the changeset viewer.