Make it easier to control symbol exports#7877
Conversation
|
Thanks for your contribution. It was already possible to override it but you need to specify it after the |
|
Stupid me. The |
Aha! I didn't even notice that there was such a thing. Interesting solution. I updated dmake.cpp as well. |
By not hardcoding RDYNAMIC it's possible to control exporting from the commandline on platforms/compilers that don't support -rdynamic.
d54a476 to
39571e2
Compare
|
If we would use more generic rules and dependency files we could probably reduce it a lot. But since it works and it wouldn't really improve things that is not worth the time spent - especially given how much else there is to do. |
|
@firewave I assume you are OK that I merge this.. |



By not hardcoding RDYNAMIC it's possible to control exporting from the commandline on platforms/compilers that don't support -rdynamic.