Compile clang, lldb and related tools with WARNS=3 by default.

This commit is contained in:
Dimitry Andric 2016-08-27 16:01:10 +00:00
parent 075f1e6a2b
commit e92a9ae100
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang390-import/; revision=304914

View file

@ -1,3 +1,5 @@
# $FreeBSD$
WARNS?= 3
.include "../Makefile.inc"