summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2015-07-07 11:54:29 +0800
committerruki <[email protected]>2015-07-07 11:54:29 +0800
commit3e92f292c4b46ded21051a720073738a654916c5 (patch)
tree319983b72e82d083ce0e5ea40b477a3f244ddb8e /xmake/scripts
parent2533ac84c32b30bebddf8226776d00a3f4863119 (diff)
filter sanitize address for windows linker
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/platform/windows/tools/link.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/platform/windows/tools/link.lua b/xmake/scripts/platform/windows/tools/link.lua
index 06be1ac47..8bf0d070d 100644
--- a/xmake/scripts/platform/windows/tools/link.lua
+++ b/xmake/scripts/platform/windows/tools/link.lua
@@ -68,6 +68,7 @@ function link.init(self, name)
-- others
, ["-ftrapv"] = ""
+ , ["-fsanitize=address"] = ""
}
end