mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove addition of -g to CFLAGS
This commit is contained in:
parent
6b2a5f92ba
commit
3797b581a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60620
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ PROG= ftp
|
|||
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
|
||||
util.c
|
||||
|
||||
CFLAGS+=-DINET6 -g
|
||||
CFLAGS+=-DINET6
|
||||
LDADD+= -ledit -ltermcap
|
||||
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
|
||||
|
||||
|
|
Loading…
Reference in a new issue