From a217049dc678414e3012691a8e1320a44b3b3d5e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 15 Jun 2018 00:09:42 +0200 Subject: [PATCH] Leave DEBUG unset by default --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index b666083bf..f77effbd0 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -190,7 +190,7 @@ NO_AFFINITY = 1 COMMON_PROF = -pg # Build Debug version -DEBUG = 1 +# DEBUG = 1 # Set maximum stack allocation. # The default value is 2048. 0 disable stack allocation a may reduce GER and GEMV