diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-01-08 19:35:14 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-08 19:35:14 +0200 |
| commit | eb476f1ce2c559136f8e7d652ebe3084a6ba8dc2 (patch) | |
| tree | 6e88df245a5651b535b4b2eab72d54a90d034509 /src/CMakeLists.txt | |
| parent | 340de48dbfc5e9aecb6ef540b3d5d3e333bbbaa4 (diff) | |
| download | dragonfireclient-eb476f1ce2c559136f8e7d652ebe3084a6ba8dc2.tar.xz | |
Lots of small stuff
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f5c3ed93b..fea1f2644 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -135,7 +135,9 @@ endif(BUILD_SERVER) if( UNIX ) # Unix - set(UNIX_FLAGS "-Wall") + # NOTE: -Wall gets applied automatically to debug builds + + #set(UNIX_FLAGS "") if(BUILD_CLIENT) set_target_properties(minetest PROPERTIES COMPILE_FLAGS |
