Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2704


Ignore:
Timestamp:
Feb 27, 2009, 2:46:58 PM (15 years ago)
Author:
rgrieder
Message:

Our code does some stuff it shouldn't do. And this can get problematic when gcc optimises the code.
This can have little impact on performance, but better than than breaking the code (which can actually occur).
Please fix the problems in SynchronisableVariable and WorldEntity (the latter issue is from me though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/cmake/BuildConfigGCC.cmake

    r2690 r2704  
    5656ENDIF()
    5757
     58# We have some uncoformant code, disable an optimisation feature
     59REMOVE_COMPILER_FLAGS("-fno-strict-aliasing" CACHE)
     60
    5861# For GCC older than version 4, do not display sign compare warings
    5962# because of boost::filesystem (which creates about a hundred per include)
Note: See TracChangeset for help on using the changeset viewer.