In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
[oota-llvm.git] / Makefile.config.in
index 2652db3bb9f629feaded1ef3f902a8165f6b8e20..f005c694120f2ea8f0dcfeff07e70dad2456385d 100644 (file)
@@ -207,11 +207,6 @@ OBJ_ROOT := .
 #DISABLE_ASSERTIONS = 1
 @DISABLE_ASSERTIONS@
 
-# 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