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