debugging on

pull/12/head
Tom Early 7 years ago
parent c4a0d3dc42
commit 986e200b35

@ -24,10 +24,10 @@ SYSDIR=/lib/systemd/system
IRC=ircddb IRC=ircddb
# use this if you want debugging help in the case of a crash # use this if you want debugging help in the case of a crash
#CPPFLAGS=-g -ggdb -W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\" CPPFLAGS=-g -ggdb -W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\"
# or, you can choose this for a much smaller executable without debugging help # or, you can choose this for a much smaller executable without debugging help
CPPFLAGS=-W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\" #CPPFLAGS=-W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\"
LDFLAGS=-L/usr/lib -lrt LDFLAGS=-L/usr/lib -lrt

@ -92,7 +92,7 @@ BaseStatus () {
if [[ "$ActiveGate" == "inactive" ]]; then if [[ "$ActiveGate" == "inactive" ]]; then
echo "is not installed" echo "is not installed"
else else
echo "ActiveState os $ActiveGate SubState is $SubGate" echo "ActiveState is $ActiveGate SubState is $SubGate"
fi fi
echo -n "QnetLink " echo -n "QnetLink "
if [[ "$ActiveLink" == "inactive" ]]; then if [[ "$ActiveLink" == "inactive" ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.