diff options
author | Pjotr Prins | 2018-09-27 09:35:13 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-27 09:35:13 +0000 |
commit | c08e633d2f858b35d2939d92c8a1b82d36168944 (patch) | |
tree | 82f7b8785f7af041c48934e89983ef47a8a3b374 /Makefile | |
parent | 5d74d45b5ade5339bca6090bead2d6b37a70fb63 (diff) | |
download | pangemma-c08e633d2f858b35d2939d92c8a1b82d36168944.tar.gz |
Inlining GSL calls
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ WITH_GSLCBLAS = # Force linking gslcblas (if OpenBlas 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 = -pthread -Wall -std=gnu++11 # extra flags -Wl,--allow-multiple-definition +GCC_FLAGS = -DHAVE_INLINE -pthread -Wall -std=gnu++11 # extra flags -Wl,--allow-multiple-definition TRAVIS_CI = # used by TRAVIS for testing GSL_INCLUDE_PATH = |