]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/Makefile.inc
lib/libc/amd64/string: add strspn(3) scalar, x86-64-v2 implementation
[FreeBSD/FreeBSD.git] / lib / clang / Makefile.inc
1
2 .include <bsd.compiler.mk>
3
4 MK_PIE:=        no      # Explicit libXXX.a references
5
6 .if ${COMPILER_TYPE} == "clang"
7 DEBUG_FILES_CFLAGS= -gline-tables-only
8 .else
9 DEBUG_FILES_CFLAGS= -g1
10 .endif
11
12 WARNS?=         0