[mlpack-git] mlpack-2.x: Compile without debugging symbols. (acee2f7)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 23:14:35 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : mlpack-2.x
Link       : https://github.com/mlpack/mlpack/compare/0000000000000000000000000000000000000000...acee2f77c0a4ee5878751a6082fbd07de054e626

>---------------------------------------------------------------

commit acee2f77c0a4ee5878751a6082fbd07de054e626
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 23:13:46 2015 -0500

    Compile without debugging symbols.


>---------------------------------------------------------------

acee2f77c0a4ee5878751a6082fbd07de054e626
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 91cfb0b..0cf2e32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ enable_cxx11()
 
 # 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)
 option(TEST_VERBOSE "Run test cases with verbose output." OFF)



More information about the mlpack-git mailing list