summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-10 14:52:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-10 14:52:01 +0000
commitbca08114624a046f3c67652d1361121614bce347 (patch)
tree5cfcb79d8bf082048b0af052aa6f2804bbaf909f
parentfa91282dbf3a9c3bf6d19c3e774434e20d1cdddc (diff)
downloadbcm5719-llvm-bca08114624a046f3c67652d1361121614bce347.tar.gz
bcm5719-llvm-bca08114624a046f3c67652d1361121614bce347.zip
Make sure to keep symbols for profile build.
Patch by Benoit Boissinot. Thanks, Benoit! llvm-svn: 38490
-rw-r--r--llvm/Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 84c5eafc114..2852ac38bfc 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -213,6 +213,7 @@ ifdef ENABLE_PROFILING
CXX.Flags := $(OPTIMIZE_OPTION) -pg -g
C.Flags := $(OPTIMIZE_OPTION) -pg -g
LD.Flags := $(OPTIMIZE_OPTION) -pg -g
+ KEEP_SYMBOLS := 1
else
ifeq ($(ENABLE_OPTIMIZED),1)
BuildMode := Release
OpenPOWER on IntegriCloud