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