Ensure -gdwarf-4 CFLAG to be able to read debug symbols on older GDB

gaaahhhh >:(
This commit is contained in:
Tristan
2022-08-03 14:48:26 +01:00
parent 1d4de21948
commit 3760de8eb9
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +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" \
DEBUG_CFLAGS="-ggdb3 -gdwarf-4" \
DEFINE="-DMAX_SESS_STKCTR=5" \
IGNOREGIT=true \
ADDLIB="-Wl,-rpath,/opt/quictls/lib" \