mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-19 18:05:37 +00:00
Add /Qspectre Visual C++ compiler option.
This commit is contained in:
parent
a858ab5d0b
commit
722264f634
@ -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…
Reference in New Issue
Block a user