diff options
| -rw-r--r-- | xmake/modules/core/tools/link.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/link.lua b/xmake/modules/core/tools/link.lua index e7e1596f5..b5ee775af 100644 --- a/xmake/modules/core/tools/link.lua +++ b/xmake/modules/core/tools/link.lua @@ -43,6 +43,7 @@ function init(self) -- others , ["-ftrapv"] = "" + , ["-fsanitize=address"] = "" }) end |
