Changeset 111


Ignore:
Timestamp:
11/10/06 23:18:31 (17 years ago)
Author:
zorg
Message:

More conservative default cflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/trunk/CMakeLists.txt

    r109 r111  
    44
    55if(NOT MSVC)
    6 set(CMAKE_C_FLAGS "-Wstrict-aliasing -fstrict-aliasing -ffast-math -O3 -fomit-frame-pointer -pipe")
     6set(CMAKE_C_FLAGS "-Wstrict-aliasing -ffast-math -O2 -fomit-frame-pointer -pipe")
    77endif(NOT MSVC)
    88
Note: See TracChangeset for help on using the changeset viewer.