summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/platform/windows/tools/link.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/windows/tools/link.lua b/xmake/scripts/platform/windows/tools/link.lua
index 8bf0d070d..fe06721f2 100644
--- a/xmake/scripts/platform/windows/tools/link.lua
+++ b/xmake/scripts/platform/windows/tools/link.lua
@@ -68,7 +68,7 @@ function link.init(self, name)
-- others
, ["-ftrapv"] = ""
- , ["-fsanitize=address"] = ""
+ , ["-fsanitize=address"] = ""
}
end