xref: /freebsd/lib/clang/Makefile.inc (revision 1f474190)
1# $FreeBSD$
2
3.include <bsd.compiler.mk>
4
5MK_PIE:=	no	# Explicit libXXX.a references
6
7.if ${COMPILER_TYPE} == "clang"
8DEBUG_FILES_CFLAGS= -gline-tables-only
9.else
10DEBUG_FILES_CFLAGS= -g1
11.endif
12
13WARNS?=		0
14