mirror of
https://github.com/tmux/tmux.git
synced 2026-09-21 12:28:14 +00:00
build tmux with debug symbols, ok claudio nicm
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.123 2026/09/08 08:33:10 nicm Exp $
|
||||
# $OpenBSD: Makefile,v 1.124 2026/09/20 09:21:47 sthen Exp $
|
||||
|
||||
PROG= tmux
|
||||
SRCS= alerts.c \
|
||||
@@ -154,6 +154,8 @@ CFLAGS += -I${.CURDIR}
|
||||
LDADD= -lutil -lcurses -levent -lm
|
||||
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} ${LIBM}
|
||||
|
||||
DEBUG= -g
|
||||
|
||||
.if "${MACHINE_ARCH}" == "sh"
|
||||
screen-redraw.o:
|
||||
${CC} ${CFLAGS} -fno-stack-protector ${CPPFLAGS} -c ${.IMPSRC}
|
||||
|
||||
Reference in New Issue
Block a user