Revert "Add --program-prefix support to build"
[oota-llvm.git] / Makefile.config.in
index 6d06f16b357591f2e84fc05f81592b9f46884148..e3bd2a207a50d3e7bc963e457a82dd1f667a061a 100644 (file)
@@ -258,6 +258,11 @@ ENABLE_WERROR = @ENABLE_WERROR@
 #DEBUG_SYMBOLS = 1
 @DEBUG_SYMBOLS@
 
+# When KEEP_SYMBOLS is enabled, installed executables will never have their
+# symbols stripped.
+#KEEP_SYMBOLS = 1
+@KEEP_SYMBOLS@
+
 # The compiler flags to use for optimized builds.
 OPTIMIZE_OPTION := @OPTIMIZE_OPTION@