From 0410c3e177902dbc0fef50e3d9fbf8e85bee27cc Mon Sep 17 00:00:00 2001 From: Dariusz Murakowski Date: Fri, 24 Apr 2015 00:18:38 -0400 Subject: [PATCH] Significant speed-up by inlining GSL RNG functions (~20% in short tests). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f7162c..18565ba 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ LIBS = -lgsl -lgslcblas -lm ifeq ($(dbg),1) DBGFLAG = -g -DDEBUG # -D_GLIBCXX_DEBUG else - DBGFLAG = -O3 -combine + DBGFLAG = -O3 -combine -DHAVE_INLINE endif # now the actual build rules, pretty general -- 2.7.4