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

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