mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Update ASan flags for x64 support in MSVC 16.7
https://devblogs.microsoft.com/cppblog/asan-for-windows-x64-and-debug-build-support/
This commit is contained in:
parent
d1a48ae641
commit
678ec979c9
1 changed files with 3 additions and 2 deletions
|
@ -13,5 +13,6 @@ CONFIG(release, debug|release) {
|
|||
#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
|
||||
#QMAKE_CFLAGS += -fsanitize=address
|
||||
#QMAKE_CXXFLAGS += -fsanitize=address
|
||||
#QMAKE_LFLAGS += -incremental:no -wholearchive:clang_rt.asan_dynamic-x86_64.lib -wholearchive:clang_rt.asan_dynamic_runtime_thunk-x86_64.lib
|
||||
|
|
Loading…
Reference in a new issue