13
0

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:
Carl Hetherington 2010-10-02 00:04:52 +00:00
parent fd2a9ccdad
commit f561a6e2a4

View File

@ -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