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