diff options
| author | xHire <xhire@tuxportal.cz> | 2009-05-28 20:42:43 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2009-05-28 20:42:43 +0200 |
| commit | 2c09e8b7e08afb37c5b467b196ae6b34651d668d (patch) | |
| tree | 3b86c1eee344e73082480f9fc6a0f3e4edd66d0c | |
| parent | ee2d418b9d00ca525d7c45a185d3256662e6f979 (diff) | |
Enable debug by default until stable version 1.0.0
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f4f98c0..16c6d84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ OPTION (BUILD_SERVER "Build the server instead of client" OFF) OPTION (ENABLE_IPV6 "Build with the ipv6 support" ON) OPTION (WITH_AUDIO "Build with audio enabled" ON) -OPTION (ENABLE_DEBUG "Build debug features" OFF) +OPTION (ENABLE_DEBUG "Build debug features" ON) OPTION (ENABLE_COMPRESSION "Compress documentation files" OFF) OPTION (DEVELOPER "Modify stuff to please tuxanci devs" OFF) OPTION (PACKAGE "Define building binary package" OFF) |