diff options
| author | ruki <[email protected]> | 2021-04-09 22:49:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-09 22:49:23 +0800 |
| commit | 5c902d66cfe395f051be1500fc00f7883cdc0a9f (patch) | |
| tree | 350d51501c63ee1001ef171a546daba4024c2d98 /xmake/modules/core/tools/link.lua | |
| parent | 028232bde5a7f829c7865b94322275ba6eff0642 (diff) | |
support asan for msvc
Diffstat (limited to 'xmake/modules/core/tools/link.lua')
| -rw-r--r-- | xmake/modules/core/tools/link.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/link.lua b/xmake/modules/core/tools/link.lua index 3994bbab4..9ee2dd7f2 100644 --- a/xmake/modules/core/tools/link.lua +++ b/xmake/modules/core/tools/link.lua @@ -43,7 +43,6 @@ function init(self) -- others , ["-ftrapv"] = "" - , ["-fsanitize=address"] = "" }) end |
