mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
Jessica Hamilton
9866b1a47a
Add
-rdynamic
as a no-op, similar to -pthread
.
Haiku binaries already export their symbols, which is the same behaviour as using `-rdynamic` on other platforms; so add `-rdynamic` as a no-op to simplify porting software that depends on the behaviour of `-rdynamic`.
Description
No description provided
Languages
C
38.1%
C++
21.3%
Makefile
9.1%
Ada
7.7%
D
4.3%
Other
18.8%