Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7681


Ignore:
Timestamp:
Nov 30, 2010, 10:55:06 PM (13 years ago)
Author:
rgrieder
Message:

Disabled PCH on OS X.

File:
1 edited

Legend:

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

    r7525 r7681  
    3232
    3333# Global switch to disable Precompiled Header Files
    34 IF(PCH_COMPILER_SUPPORT)
     34# Note: PCH temporarily disabled on Mac because of severe problems
     35IF(PCH_COMPILER_SUPPORT AND NOT APPLE)
    3536  OPTION(PCH_ENABLE "Global PCH switch" TRUE)
    3637ENDIF()
Note: See TracChangeset for help on using the changeset viewer.