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

@@ -7,6 +7,7 @@ DEP_DIST_ROOT_QUICTLS = $(shell realpath ../../deps/quictls/dist)
BUILD_VERSION_REPOSHA = $(shell git rev-parse --short HEAD)
MAKEARGS = DEBUG="-DDEBUG_MEMORY_POOLS -DDEBUG_STRICT" \
DEBUG_CFLAGS="-ggdb3" \
DEFINE="-DMAX_SESS_STKCTR=5" \
IGNOREGIT=true \
ADDLIB="-Wl,-rpath,/opt/quictls/lib" \