I'm trying to get the AddressSanitizer builds on Windows working. I need to pass in a couple of library names to the linker through a mozconfig setting. Setting them in LDFLAGS in the mozconfig doesn't work because NSS is built with its own LDFLAGS. There is MOZ_CFLAGS_NSS that makes NSS inherit the CFLAGS set in our configure script. How do I do something similar with LDFLAGS?
I assume that this is not possible already, so I'd appreciate pointers towards something that will get accepted into the tree. Thanks! -- Ehsan
_______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

