misc/libphysfs/CMakeLists.txt
branchcmake_pascal
changeset 8821 e85ff6e298b5
parent 8544 d610e692e2f6
child 9224 bce8cf41d666
equal deleted inserted replaced
8819:8e25b820b360 8821:e85ff6e298b5
    49 endif(MACOSX)
    49 endif(MACOSX)
    50 
    50 
    51 # Add some gcc-specific command lines.
    51 # Add some gcc-specific command lines.
    52 if(CMAKE_COMPILER_IS_GNUCC)
    52 if(CMAKE_COMPILER_IS_GNUCC)
    53     # Always build with debug symbols...you can strip it later.
    53     # Always build with debug symbols...you can strip it later.
    54     add_definitions(-g -pipe -Werror -fsigned-char)
    54     add_definitions(-g -pipe -fsigned-char)
    55 
    55 
    56     # Stupid BeOS generates warnings in the system headers.
    56     # Stupid BeOS generates warnings in the system headers.
    57     if(NOT BEOS)
    57     if(NOT BEOS)
    58         add_definitions(-Wall)
    58         add_definitions(-Wall)
    59     endif(NOT BEOS)
    59     endif(NOT BEOS)