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