diff --git a/Telegram/gyp/settings_win.gypi b/Telegram/gyp/settings_win.gypi index 08725f19a1..ca308612eb 100644 --- a/Telegram/gyp/settings_win.gypi +++ b/Telegram/gyp/settings_win.gypi @@ -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]]