misc/libphysfs/CMakeLists.txt
changeset 9158 b4d8baf4669a
parent 9117 1bed4aee19e0
child 9160 fc46e75f6b72
child 9185 115e7daa4796
equal deleted inserted replaced
9157:2f8b60b89121 9158:b4d8baf4669a
    58 endif(MACOSX)
    58 endif(MACOSX)
    59 
    59 
    60 # Add some gcc-specific command lines.
    60 # Add some gcc-specific command lines.
    61 if(CMAKE_COMPILER_IS_GNUCC)
    61 if(CMAKE_COMPILER_IS_GNUCC)
    62     # Always build with debug symbols...you can strip it later.
    62     # Always build with debug symbols...you can strip it later.
    63     add_definitions(-g -pipe -Werror -fsigned-char)
    63     add_definitions(-g -fsigned-char)
    64 
    64 
    65     # Stupid BeOS generates warnings in the system headers.
    65     # Stupid BeOS generates warnings in the system headers.
    66     if(NOT BEOS)
    66     if(NOT BEOS)
    67         add_definitions(-Wall)
    67         add_definitions(-Wall)
    68     endif(NOT BEOS)
    68     endif(NOT BEOS)