mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Add MSVC ASan support
This commit is contained in:
parent
f47e40fa2a
commit
3840ee8ee7
1 changed files with 6 additions and 2 deletions
|
@ -9,5 +9,9 @@ CONFIG(release, debug|release) {
|
|||
DEFINES += NDEBUG
|
||||
}
|
||||
|
||||
# Enable ASan if desired
|
||||
#CONFIG += sanitizer sanitize_address
|
||||
# Enable ASan for Linux or macOS
|
||||
#CONFIG += sanitizer sanitize_address
|
||||
|
||||
# Enable ASan for Windows
|
||||
#QMAKE_CFLAGS += /fsanitize=address /MD
|
||||
#LIBS += clang_rt.asan_dynamic-i386.lib clang_rt.asan_dynamic_runtime_thunk-i386.lib
|
||||
|
|
Loading…
Reference in a new issue