Make ASAN a distinct build type from Debug

This commit is contained in:
2018-03-17 23:44:02 -05:00
parent 4c23a2d761
commit 585d79a219
4 changed files with 17 additions and 2 deletions

6
deps/ox/Makefile vendored
View File

@ -49,6 +49,12 @@ debug:
${ENV_RUN} rm -f build/current
${ENV_RUN} ln -s ${HOST_ENV}-debug build/current
asan:
${ENV_RUN} rm -rf build/${HOST_ENV}-asan
${ENV_RUN} ./scripts/setup_build ${HOST_ENV} asan
${ENV_RUN} rm -f build/current
${ENV_RUN} ln -s ${HOST_ENV}-debug build/current
windows:
${ENV_RUN} rm -rf build/windows
${ENV_RUN} ./scripts/setup_build windows