projects
/
VirEvoDyn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892627c
)
Significant speed-up by inlining GSL RNG functions (~20% in short tests).
author
Dariusz Murakowski
<murakdar@mit.edu>
Fri, 24 Apr 2015 04:18:38 +0000
(
00:18
-0400)
committer
Dariusz Murakowski
<murakdar@mit.edu>
Fri, 24 Apr 2015 04:18:38 +0000
(
00:18
-0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5f7162c
..
18565ba
100644
(file)
--- 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