Hello,
We have a requirement to build all third party products using std c++20
For NSS, I'm using gyp/ninja to build on Windows:
I modified %NSS%\nss/coreconf/config.gypi -> Line#425
'cflags_cc': [
'-std=c++20',
],
%NSS%\nss\coreconf\command.mk -> Line#18
CXXSTD = -std=c++20
How do I know these settings are picked up correctly on windows ?
For compiling c files, I probably won't see the std flag but I would think
I should see incase of any cc files compilation.
Any help greatly appreciated.
Thank you !!
--
You received this message because you are subscribed to the Google Groups
"[email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/mozilla.org/d/msgid/dev-tech-crypto/791ff5c2-3912-4d16-8c2c-25b2ad1ce36en%40mozilla.org.