From c08e633d2f858b35d2939d92c8a1b82d36168944 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 27 Sep 2018 09:35:13 +0000 Subject: Inlining GSL calls --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 = -- cgit v1.2.3