mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Suggest that DEBUG_FLAGS be used to enable extra debugging rather than
frobbing CFLAGS directly. DEBUG_FLAGS is something that can be specified on the make command line without having to edit the Makefile directly. Submitted by: Garrett Cooper
This commit is contained in:
parent
1d90e6b224
commit
f12f3dbeee
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ LDADD= -ll -ledit -ltermcap
|
|||
LFLAGS= -8 # 8-bit lex scanner for arithmetic
|
||||
CFLAGS+=-DSHELL -I. -I${.CURDIR}
|
||||
# for debug:
|
||||
# CFLAGS+= -g -DDEBUG=3
|
||||
# DEBUG_FLAGS+= -g -DDEBUG=3
|
||||
WARNS?= 2
|
||||
WFORMAT=0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue