[mlpack-svn] r16125 - mlpack/tags/mlpack-1.0.8

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jan 6 23:16:30 EST 2014


Author: rcurtin
Date: Mon Jan  6 23:16:30 2014
New Revision: 16125

Log:
Build by default without debugging or profiling symbols.


Modified:
   mlpack/tags/mlpack-1.0.8/CMakeLists.txt

Modified: mlpack/tags/mlpack-1.0.8/CMakeLists.txt
==============================================================================
--- mlpack/tags/mlpack-1.0.8/CMakeLists.txt	(original)
+++ mlpack/tags/mlpack-1.0.8/CMakeLists.txt	Mon Jan  6 23:16:30 2014
@@ -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