summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-02-03 13:15:30 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-02-03 13:15:30 +0100
commit29fd3a4cb79fbbfee4251a883385edd8850a9d86 (patch)
tree704d034d4146e816d07481e6d2341840723048db
parentbcafe3c45d8fac35bd861047f7b5f3a4010ec6b8 (diff)
downloadmewix-29fd3a4cb79fbbfee4251a883385edd8850a9d86.tar.gz
mewix-29fd3a4cb79fbbfee4251a883385edd8850a9d86.tar.xz
mewix-29fd3a4cb79fbbfee4251a883385edd8850a9d86.zip
lib2.sh: add debugging symbols
-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}