diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-10 14:52:01 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-10 14:52:01 +0000 |
commit | eff155349acd73e555a81e7935a9ec4f48ea2bb5 (patch) | |
tree | 852e6c06481303665a7f0aafa7839208fda3d708 | |
parent | d595b5f1f051d79764ac8469f02efaae398f115c (diff) |
Make sure to keep symbols for profile build.
Patch by Benoit Boissinot. Thanks, Benoit!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38490 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules index 84c5eafc11..2852ac38bf 100644 --- a/Makefile.rules +++ b/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 |