Antonio Gomes wrote:
I'd like to make some experiment building mozilla with libstdc++ linked statically against it ?
Last time I needed that, I compiled GCC with --disable-shared --enable-static, which automatically made it link libstdc++ statically.
It would probably increase the size of the binary, and may have licensing issues.
Anyways, I am wondering where to add such options into CXXFLAGS (configure.in ? config/something.mk.in) ?
LDFLAGS I would think. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
