From 2c09e8b7e08afb37c5b467b196ae6b34651d668d Mon Sep 17 00:00:00 2001 From: xHire Date: Thu, 28 May 2009 20:42:43 +0200 Subject: Enable debug by default until stable version 1.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3