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