Ignore:
Timestamp:
11/03/06 21:36:52 (17 years ago)
Author:
zorg
Message:

Ensure strict aliasing is disabled as it's currently broken. Use -Os optimisation by default. (-march will enhance speed further)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/zorg/CMakeLists.txt

    r87 r89  
    11project(mppenc C)
    22set(CMAKE_VERBOSE_MAKEFILE false)
    3 set(CMAKE_C_FLAGS "-Wstrict-aliasing -O1 -fomit-frame-pointer -pipe")
     3set(CMAKE_C_FLAGS "-fno-strict-aliasing -Os -fomit-frame-pointer -pipe")
    44add_subdirectory(src)
Note: See TracChangeset for help on using the changeset viewer.