From 29fd3a4cb79fbbfee4251a883385edd8850a9d86 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 3 Feb 2020 13:15:30 +0100 Subject: lib2.sh: add debugging symbols --- lib2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib2.sh b/lib2.sh index a4e3cea..374f74c 100644 --- a/lib2.sh +++ b/lib2.sh @@ -9,7 +9,7 @@ configure_args="--prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --bindir=/usr : ${make_default_args:=} : ${CC:=gcc} : ${CXX:=g++} -: ${CFLAGS:=-O2 -pipe -fstack-protector-strong -fstack-clash-protection -D_FORTIFY_SOURCE=2} +: ${CFLAGS:=-g -O2 -pipe -fstack-protector-strong -fstack-clash-protection -D_FORTIFY_SOURCE=2} : ${CXXFLAGS:=$CFLAGS} : ${LDFLAGS:=-Wl,-z,relro -Wl,-z,now} : ${make_install_target:=install} -- cgit 1.4.1