diff options
author | Pjotr Prins | 2018-08-26 09:56:23 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-08-26 09:56:23 +0000 |
commit | b8e755fee4856c0b84fe91396f48ff350d5ca0c5 (patch) | |
tree | 3ecba285f42709efb80e5a359fb204725ada543c /Makefile | |
parent | e760e53fac224f252db47dfe7c37f76d6bebb4dc (diff) | |
download | pangemma-b8e755fee4856c0b84fe91396f48ff350d5ca0c5.tar.gz |
More value checking and bounds checking
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = |