summaryrefslogtreecommitdiff
path: root/Makefile.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.Linux')
-rw-r--r--Makefile.Linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Linux b/Makefile.Linux
index bb714e4f03..a8206c4865 100644
--- a/Makefile.Linux
+++ b/Makefile.Linux
@@ -18,6 +18,10 @@ MakeSharedObjectOption := -shared
#
PLATFORMLINKOPTS := -Wl,--export-dynamic
+# PLATFORMSTRIPOPTS - Command to pass to the link phase to cause symbols to be
+# stripped from the resultant binary.
+PLATFORMSTRIPOPTS := -Wl,-x
+
# Path to location for LLVM front-end for this architecture. This setting may
# be overriden by the Makefile.config option, and should not override it if set.
#