Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3111


Ignore:
Timestamp:
Jun 2, 2009, 8:31:14 PM (15 years ago)
Author:
rgrieder
Message:

REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc warning about unconformant code that may break due to optimisations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/BuildConfigGCC.cmake

    r2988 r3111  
    5757
    5858# We have some uncoformant code, disable an optimisation feature
    59 REMOVE_COMPILER_FLAGS("-fno-strict-aliasing" CACHE)
     59ADD_COMPILER_FLAGS("-fno-strict-aliasing" CACHE)
    6060
    6161# For GCC older than version 4, do not display sign compare warings
Note: See TracChangeset for help on using the changeset viewer.