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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user