mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-06-30 14:56:52 +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
@ -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…
x
Reference in New Issue
Block a user