summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index ad49071213..9d8ee3b137 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -203,6 +203,9 @@ OBJ_ROOT := .
# What to pass as rpath flag to g++
RPATH := @RPATH@
+# What to pass as -rdynamic flag to g++
+RDYNAMIC := @RDYNAMIC@
+
# These are options that can either be enabled here, or can be enabled on the
# make command line (ie, make ENABLE_PROFILING=1):