mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 23:38:40 +00:00
Profile builds should always have debug info enabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed36b2f1c2
commit
041572f0b3
@ -208,9 +208,9 @@ endif
|
|||||||
|
|
||||||
ifdef ENABLE_PROFILING
|
ifdef ENABLE_PROFILING
|
||||||
BuildMode := Profile
|
BuildMode := Profile
|
||||||
CXX.Flags := $(OPTIMIZE_OPTION) -pg
|
CXX.Flags := $(OPTIMIZE_OPTION) -pg -g
|
||||||
C.Flags := $(OPTIMIZE_OPTION) -pg
|
C.Flags := $(OPTIMIZE_OPTION) -pg -g
|
||||||
LD.Flags := $(OPTIMIZE_OPTION) -pg
|
LD.Flags := $(OPTIMIZE_OPTION) -pg -g
|
||||||
else
|
else
|
||||||
ifdef ENABLE_OPTIMIZED
|
ifdef ENABLE_OPTIMIZED
|
||||||
BuildMode := Release
|
BuildMode := Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user