diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-25 20:51:00 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-25 20:51:00 +0100 |
| commit | 6e94e0655ee276c6894a32cf07313a9ae460daf3 (patch) | |
| tree | d05b3696b898d370f8d5cf92c2c81c491270d947 | |
| parent | 11253fb7183ab9933668f3b420fd354efc760ed9 (diff) | |
Remove pedantic. I guess we wont be fixing comments ;P
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f8efaa..b202678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ IF ( ENABLE_DEBUG ) ENDIF ( ENABLE_DEBUG ) IF ( DEVELOPER ) ADD_DEFINITIONS ( -DDEBUG ) - SET ( CMAKE_C_FLAGS "-g -O0 -pipe -Wall -Wextra -Wshadow -pedantic" ) + SET ( CMAKE_C_FLAGS "-g -O0 -pipe -Wall -Wextra -Wshadow" ) ENDIF ( DEVELOPER ) ############################################################################### # BASIC DIRECTORIES FOR INCLUSION |