Skip to content

enable MSVC security flags#431

Open
chipitsine wants to merge 1 commit intodesktop-app:masterfrom
chipitsine:master
Open

enable MSVC security flags#431
chipitsine wants to merge 1 commit intodesktop-app:masterfrom
chipitsine:master

Conversation

@chipitsine
Copy link
Copy Markdown

Add /guard:cf and /sdl to compile options, and /guard:cf, /CETCOMPAT, /DYNAMICBASE to link options for Telegram target when building with MSVC. These flags improve control flow guarding, dynamic base relocation, and overall security hardening of the Windows build.

Add /guard:cf and /sdl to compile options, and /guard:cf,
/CETCOMPAT, /DYNAMICBASE to link options for Telegram target
when building with MSVC. These flags improve control flow
guarding, dynamic base relocation, and overall security
hardening of the Windows build.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 18, 2026

CLA assistant check
All committers have signed the CLA.

@chipitsine
Copy link
Copy Markdown
Author

successor of telegramdesktop/tdesktop#30552

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants