Deleted Added
sdiff udiff text old ( 276527 ) new ( 289172 )
full compact
1# $FreeBSD: head/lib/libc/tests/ssp/Makefile 289172 2015-10-12 08:16:03Z ngie $
2
3.include <bsd.own.mk>
4
5NO_WERROR=
6WARNS?= 2
7
8CFLAGS.h_raw+= -fstack-protector-all -Wstack-protector
9.if ${COMPILER_TYPE} == "clang"
10CFLAGS.h_raw+= -fsanitize=bounds
11.elif ${COMPILER_TYPE} == "gcc"
12CFLAGS.h_raw+= --param ssp-buffer-size=1

--- 35 unchanged lines hidden ---