[Tux4kids-commits] r762 - in tuxmath/trunk: . src
tholy-guest at alioth.debian.org
tholy-guest at alioth.debian.org
Wed Oct 15 14:49:35 UTC 2008
Author: tholy-guest
Date: 2008-10-15 14:49:35 +0000 (Wed, 15 Oct 2008)
New Revision: 762
Modified:
tuxmath/trunk/CMakeLists.txt
tuxmath/trunk/src/tuxmath.h
Log:
Turn off debugging output by default. Also, cause the cmake build to create a debug
version by default.
Modified: tuxmath/trunk/CMakeLists.txt
===================================================================
--- tuxmath/trunk/CMakeLists.txt 2008-10-15 00:47:19 UTC (rev 761)
+++ tuxmath/trunk/CMakeLists.txt 2008-10-15 14:49:35 UTC (rev 762)
@@ -19,6 +19,9 @@
#message("CMP: ${CMAKE_MODULE_PATH}")
+## Choose a debug build set
+set(CMAKE_BUILD_TYPE Debug)
+
## Decide on our build-type: installed or relocatable
## Linux (& Windows?) would be installed, Mac relocatable
## Someday we might supply a Linux relocatable package; this would be
Modified: tuxmath/trunk/src/tuxmath.h
===================================================================
--- tuxmath/trunk/src/tuxmath.h 2008-10-15 00:47:19 UTC (rev 761)
+++ tuxmath/trunk/src/tuxmath.h 2008-10-15 14:49:35 UTC (rev 762)
@@ -44,7 +44,7 @@
//#define NOSOUND
/* for conditional compilation of debugging output */
-#define TUXMATH_DEBUG
+//#define TUXMATH_DEBUG
/* for Tim's feedback speed control code */
//#define FEEDBACK_DEBUG
/* nice inline debugging macro */
More information about the Tux4kids-commits
mailing list