aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2018-07-14 10:53:36 +0200
committerPjotr Prins2018-07-14 10:53:36 +0200
commit3f120a438bd9ce981a43058f47bb2bb05f86fc1e (patch)
treec23a10566a097af3c7d24cb08643a7aae614a90a /Makefile
parent598cce6dccd7b6350073aec3d235d274e58f40a0 (diff)
downloadpangemma-3f120a438bd9ce981a43058f47bb2bb05f86fc1e.tar.gz
- Guix Makefile added RPATH
- Added performance metrics in ./test/performance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee80853..6401228 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ ifdef DEBUG
CPPFLAGS += -g $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -isystem$(EIGEN_INCLUDE_PATH) -Icontrib/catch-1.9.7 -Isrc $(RPATH)
else
# release mode
- CPPFLAGS += -DNDEBUG $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -isystem$(EIGEN_INCLUDE_PATH) -Icontrib/catch-1.9.7 -Isrc
+ CPPFLAGS += -DNDEBUG $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -isystem$(EIGEN_INCLUDE_PATH) -Icontrib/catch-1.9.7 -Isrc $(RPATH)
endif
ifeq ($(SYS), WIN)