mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +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': [
|
||||
'/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]]
|
||||
|
|
Loading…
Add table
Reference in a new issue