From b8e755fee4856c0b84fe91396f48ff350d5ca0c5 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 26 Aug 2018 09:56:23 +0000 Subject: More value checking and bounds checking --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 = -- cgit v1.2.3