Add /Qspectre Visual C++ compiler option.

This commit is contained in:
John Preston 2018-01-27 12:32:55 +03:00
parent a858ab5d0b
commit 722264f634

View File

@ -26,6 +26,7 @@
'AdditionalOptions': [
'/std:c++latest',
'/permissive-',
'/Qspectre',
'/MP', # Enable multi process build.
'/EHsc', # Catch C++ exceptions only, extern C functions never throw a C++ exception.
'/w14834', # [[nodiscard]]