summary refs log tree commit diff
path: root/lib2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib2.sh')
-rw-r--r--lib2.sh2
1 files changed, 1 insertions, 1 deletions
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}