2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

gprof needs the debug-symbols to produce the call-graph

[SVN r14985]
This commit is contained in:
Toon Knapen
2002-08-20 11:18:46 +00:00
parent 25d62b89c1
commit a4a4cf8ded
2 changed files with 2 additions and 0 deletions

View File

@@ -148,5 +148,6 @@ variant release : common :
# Profiling variant by Toon Knapen <toon@si-lab.com>
variant profile : release :
<profiling>on
<debug-symbols>on
;

View File

@@ -148,5 +148,6 @@ variant release : common :
# Profiling variant by Toon Knapen <toon@si-lab.com>
variant profile : release :
<profiling>on
<debug-symbols>on
;