DescriptionRemove -rdynamic from the linux debug build.
Having -rdynamic breaks some plugins since it exports more symbols into
the dynamic symbol table than wanted. In particular, this breaks users of
ppapi's C++ wrappers. It was added to make StaceTraces resolve to symbols
on linux. But now we use the symbolize library from glog so it isn't needed
anymore.
BUG=52105
TEST=Compiles and StackTrace.* test in base_unittests will work.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56924
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|