[mlpack-svn] r15239 - mlpack/tags/mlpack-1.0.6

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jun 13 15:10:34 EDT 2013


Author: rcurtin
Date: 2013-06-13 15:10:34 -0400 (Thu, 13 Jun 2013)
New Revision: 15239

Modified:
   mlpack/tags/mlpack-1.0.6/CMakeLists.txt
Log:
Turn debugging and profiling symbols off by default.


Modified: mlpack/tags/mlpack-1.0.6/CMakeLists.txt
===================================================================
--- mlpack/tags/mlpack-1.0.6/CMakeLists.txt	2013-06-13 19:09:39 UTC (rev 15238)
+++ mlpack/tags/mlpack-1.0.6/CMakeLists.txt	2013-06-13 19:10:34 UTC (rev 15239)
@@ -3,8 +3,8 @@
 
 # First, define all the compilation options.
 # We default to debugging mode for developers.
-option(DEBUG "Compile with debugging information" ON)
-option(PROFILE "Compile with profiling information" ON)
+option(DEBUG "Compile with debugging information" OFF)
+option(PROFILE "Compile with profiling information" OFF)
 option(ARMA_EXTRA_DEBUG "Compile with extra Armadillo debugging symbols." OFF)
 option(MATLAB_BINDINGS "Compile MATLAB bindings if MATLAB is found." OFF)
 




More information about the mlpack-svn mailing list