aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2018-08-26 09:56:23 +0000
committerPjotr Prins2018-08-26 09:56:23 +0000
commitb8e755fee4856c0b84fe91396f48ff350d5ca0c5 (patch)
tree3ecba285f42709efb80e5a359fb204725ada543c /Makefile
parente760e53fac224f252db47dfe7c37f76d6bebb4dc (diff)
downloadpangemma-b8e755fee4856c0b84fe91396f48ff350d5ca0c5.tar.gz
More value checking and bounds checking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 775a40e..e247a87 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,8 @@ WITH_LAPACK = # Force linking LAPACK (if OpenBlas la
WITH_GSLCBLAS = # Force linking gslcblas (if OpenBlas lacks it)
OPENBLAS_LEGACY = # Using older OpenBlas
FORCE_STATIC = # Static linking of libraries
-GCC_FLAGS = -Wall -O3 -std=gnu++11 # extra flags -Wl,--allow-multiple-definition
+# GCC_FLAGS = -Wall -O3 -std=gnu++11 # extra flags -Wl,--allow-multiple-definition
+GCC_FLAGS = -Wall -Og -std=gnu++11 # extra flags -Wl,--allow-multiple-definition
TRAVIS_CI = # used by TRAVIS for testing
GSL_INCLUDE_PATH =