aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2018-09-27 09:35:13 +0000
committerPjotr Prins2018-09-27 09:35:13 +0000
commitc08e633d2f858b35d2939d92c8a1b82d36168944 (patch)
tree82f7b8785f7af041c48934e89983ef47a8a3b374 /Makefile
parent5d74d45b5ade5339bca6090bead2d6b37a70fb63 (diff)
downloadpangemma-c08e633d2f858b35d2939d92c8a1b82d36168944.tar.gz
Inlining GSL calls
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8d9c4a..33fe3dd 100644
--- a/Makefile
+++ b/Makefile
@@ -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 =