mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Turn on Control Flow Guard for MSVC builds
The performance impact should be negligible according to the documentation on msdn. Closes #9101.
This commit is contained in:
committed by
sledgehammer999
parent
4707d34fad
commit
987d2aae88
@@ -61,3 +61,8 @@ DEFINES += BOOST_USE_WINAPI_VERSION=0x0501
|
|||||||
|
|
||||||
# Enable stack trace support
|
# Enable stack trace support
|
||||||
CONFIG += stacktrace
|
CONFIG += stacktrace
|
||||||
|
|
||||||
|
win32-msvc* {
|
||||||
|
QMAKE_CXXFLAGS += "/guard:cf"
|
||||||
|
QMAKE_LFLAGS += "/guard:cf"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user