[mlpack-svn] r14250 - mlpack/tags/mlpack-1.0.4

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Feb 8 16:09:29 EST 2013


Author: rcurtin
Date: 2013-02-08 16:09:29 -0500 (Fri, 08 Feb 2013)
New Revision: 14250

Modified:
   mlpack/tags/mlpack-1.0.4/CMakeLists.txt
Log:
Default to optimized compilation.


Modified: mlpack/tags/mlpack-1.0.4/CMakeLists.txt
===================================================================
--- mlpack/tags/mlpack-1.0.4/CMakeLists.txt	2013-02-08 21:05:53 UTC (rev 14249)
+++ mlpack/tags/mlpack-1.0.4/CMakeLists.txt	2013-02-08 21:09:29 UTC (rev 14250)
@@ -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