Remove address sanitizer option

This commit is contained in:
Alex Spataru 2023-02-05 21:28:22 -06:00
parent 3a374cbf82
commit 1b5f094837

View File

@ -66,11 +66,6 @@ DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050F00
CONFIG += c++11
CONFIG += silent
CONFIG(debug, debug|release) {
CONFIG += sanitizer
CONFIG += sanitize_address
}
CONFIG(release, debug|release) {
CONFIG += ltcg
*msvc*: {