c8f3b10909
. also disable stack protection feature for gcc, causes build errors for pkgsrc gcc on minix Change-Id: I1c6e2bcb4d948098d642543d7b2711284ee55c72
6 lines
141 B
Makefile
6 lines
141 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2011/09/16 16:30:18 joerg Exp $
|
|
WARNS ?= 4
|
|
CWARNFLAGS+= -Wno-missing-noreturn
|
|
|
|
NOGCCERROR=yes
|
|
NOCLANGERROR=yes
|