mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Link with -rdynamic to make backtrace_symbols work again.
git-svn-id: svn://localhost/ardour2/branches/3.0@7865 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fd2a9ccdad
commit
f561a6e2a4
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -108,7 +108,7 @@ def set_compiler_flags (conf,opt):
|
|||
if opt.gprofile:
|
||||
debug_flags = [ '-pg' ]
|
||||
else:
|
||||
debug_flags = [ ] # waf adds -O0 -g itself. thanks waf!
|
||||
debug_flags = [ '-rdynamic' ] # waf adds -O0 -g itself. thanks waf!
|
||||
|
||||
# guess at the platform, used to define compiler flags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue