mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-30 05:01:39 +01:00
It is now safe to remove WARNS=0 and WFORMAT=0.
Tested on: alpha, i386, sparc64
This commit is contained in:
parent
8c39572997
commit
ca5434bae6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104284
@ -21,8 +21,6 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
|
|||||||
CFLAGS+=-DSHELL -I. -I${.CURDIR}
|
CFLAGS+=-DSHELL -I. -I${.CURDIR}
|
||||||
# for debug:
|
# for debug:
|
||||||
# CFLAGS+= -g -DDEBUG=2
|
# CFLAGS+= -g -DDEBUG=2
|
||||||
WARNS= 0
|
|
||||||
WFORMAT=0
|
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/bltin \
|
.PATH: ${.CURDIR}/bltin \
|
||||||
${.CURDIR}/../../bin/test
|
${.CURDIR}/../../bin/test
|
||||||
|
Loading…
Reference in New Issue
Block a user