XMake: Add asan mode
This commit is contained in:
@@ -105,7 +105,7 @@ add_requires("newtondynamics", { debug = is_plat("windows") and is_mode("debug")
|
|||||||
|
|
||||||
set_project("NazaraEngine")
|
set_project("NazaraEngine")
|
||||||
|
|
||||||
add_rules("mode.debug", "mode.releasedbg")
|
add_rules("mode.asan", "mode.debug", "mode.releasedbg")
|
||||||
add_rules("plugin.vsxmake.autoupdate")
|
add_rules("plugin.vsxmake.autoupdate")
|
||||||
add_rules("build_rendererplugins")
|
add_rules("build_rendererplugins")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user