mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-07-12 18:03:52 +00:00
Modernize ASAN flags for MSVC
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ CONFIG(release, debug|release) {
|
||||
# Enable ASan for Windows
|
||||
#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
|
||||
#QMAKE_LFLAGS += -incremental:no
|
||||
|
||||
# Propagate environment variable flags
|
||||
QMAKE_CFLAGS += $$(CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user