G
Guest
Is there a way to automagically export all the symbols in a dll?
mingw has an argument --export-all-symbols.
I'm not afraid to write some scripts to do my work, so suggest anything
The use case is running unit tests against a dll without building the unit
tests into the dll itself, as linking times dominate.
Thanks
mingw has an argument --export-all-symbols.
I'm not afraid to write some scripts to do my work, so suggest anything
The use case is running unit tests against a dll without building the unit
tests into the dll itself, as linking times dominate.
Thanks