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