mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Add /Qspectre Visual C++ compiler option.
This commit is contained in:
parent
a858ab5d0b
commit
722264f634
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
'AdditionalOptions': [
|
'AdditionalOptions': [
|
||||||
'/std:c++latest',
|
'/std:c++latest',
|
||||||
'/permissive-',
|
'/permissive-',
|
||||||
|
'/Qspectre',
|
||||||
'/MP', # Enable multi process build.
|
'/MP', # Enable multi process build.
|
||||||
'/EHsc', # Catch C++ exceptions only, extern C functions never throw a C++ exception.
|
'/EHsc', # Catch C++ exceptions only, extern C functions never throw a C++ exception.
|
||||||
'/w14834', # [[nodiscard]]
|
'/w14834', # [[nodiscard]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue