summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2015-07-08 17:20:28 +0800
committerruki <[email protected]>2015-07-08 17:20:28 +0800
commit9416f415e3d6bda53e928e8b688d022270fda235 (patch)
tree9b73c87447d0042c22c4c03f240b87644dbb97d4 /xmake/scripts
parent3e92f292c4b46ded21051a720073738a654916c5 (diff)
modify README.md
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