[mlpack-svn] r15002 - mlpack/tags/mlpack-1.0.5

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu May 2 00:22:00 EDT 2013


Author: rcurtin
Date: 2013-05-02 00:21:59 -0400 (Thu, 02 May 2013)
New Revision: 15002

Modified:
   mlpack/tags/mlpack-1.0.5/CMakeLists.txt
Log:
Default to DEBUG and PROFILE off.


Modified: mlpack/tags/mlpack-1.0.5/CMakeLists.txt
===================================================================
--- mlpack/tags/mlpack-1.0.5/CMakeLists.txt	2013-05-02 04:20:13 UTC (rev 15001)
+++ mlpack/tags/mlpack-1.0.5/CMakeLists.txt	2013-05-02 04:21:59 UTC (rev 15002)
@@ -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