xref: /freebsd/lib/clang/Makefile.inc (revision 0eae32dcef82f6f06de6419a0d623d7def0cc8f6)
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