summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 4df947d66..a51a3404e 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -605,7 +605,7 @@ end
-- is debug package?
function _instance:is_debug()
- return self:config("debug")
+ return self:config("debug") or self:config("asan")
end
-- is the supported package?