|
|
@ -7,7 +7,7 @@ export ASAN_OPTIONS=detect_leaks=0 |
|
|
|
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) |
|
|
|
builddir = debian/build/flavor- |
|
|
|
FLAVORS = release asan |
|
|
|
CONFIG_asan = -DCMAKE_BUILD_TYPE=Debug -DSANITIZE=address -DENABLE_LTO=OFF |
|
|
|
CONFIG_asan = -DCMAKE_BUILD_TYPE=Debug -DSANITIZE=address -DENABLE_LTO=OFF -DENABLE_FULL_DEBUG=ON |
|
|
|
CONFIG_release = -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_LTO=ON |
|
|
|
|
|
|
|
ENABLE_LUAJIT := -DENABLE_LUAJIT=ON -DLUA_ROOT=/luajit-build |
|
|
|