New testcase that functions with dynamic allocas can be inlined, and are
[oota-llvm.git] / Makefile.config.in
index 074bd05cdebf52c05b426223b344437f5b5d1294..2c865605e13c4b56f6d0f6856848917f50fc8181 100644 (file)
@@ -178,6 +178,11 @@ OBJ_ROOT := .
 #ENABLE_OPTIMIZED = 1
 @ENABLE_OPTIMIZED@
 
+# When DEBUG_RUNTIME is enabled, the runtime libraries will retain debug
+# symbols.
+#DEBUG_RUNTIME = 1
+@DEBUG_RUNTIME@
+
 # When ENABLE_PROFILING is enabled, the llvm source base is built with profile
 # information to allow gprof to be used to get execution frequencies.
 #ENABLE_PROFILING = 1