]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix Debian package build 5475/head
authorAndrew Lewis <nerf@judo.za.org>
Wed, 21 May 2025 11:20:02 +0000 (13:20 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 21 May 2025 11:20:02 +0000 (13:20 +0200)
debian/rules

index be06aa6d632d6f04ebfb7db921d5954b23c5cc21..8c3ed647b90048b7679f95151a6f4a225f7940ab 100755 (executable)
@@ -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