aboutsummaryrefslogtreecommitdiff
path: root/src/st/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/st/config.mk')
-rw-r--r--src/st/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/st/config.mk b/src/st/config.mk
index 2fc854e..2ac1814 100644
--- a/src/st/config.mk
+++ b/src/st/config.mk
@@ -4,7 +4,7 @@ VERSION = 0.9.3
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX = $(HOME)/.local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
@@ -22,7 +22,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
# flags
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
-STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
+STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -g -ggdb
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD: