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