Ensure -ggdb3 flag always passed to HAProxy

This commit is contained in:
Tristan
2022-08-03 14:41:24 +01:00
parent 990582a689
commit 1d4de21948
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ BUILD_PATCHES_FILES = $(shell ls -1 $(BUILD_PATCHES_DIR))
DEBIAN_PATCHES_DIR = "$(HAPROXY_BUILDIR)/debian/patches"
MAKEARGS = DEBUG="-DDEBUG_MEMORY_POOLS -DDEBUG_STRICT" \
DEBUG_CFLAGS="-ggdb3" \
DEFINE="-DMAX_SESS_STKCTR=5" \
IGNOREGIT=true \
ADDLIB="-Wl,-rpath,/opt/quictls/lib" \