cygwin: Remove workaround for GCC 6 null pointer check warnings

This commit is contained in:
Ken Brown 2017-09-16 22:04:20 -04:00 committed by Corinna Vinschen
parent 7212b571a5
commit 51c6ef6b82
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ CRT0:=$(cygwin_build)/crt0.o
#
MT_SAFE:=@MT_SAFE@
CCEXTRA=
COMMON_CFLAGS=-MMD ${$(*F)_CFLAGS} -Werror -fno-delete-null-pointer-checks -fmerge-constants -ftracer $(CCEXTRA)
COMMON_CFLAGS=-MMD ${$(*F)_CFLAGS} -Werror -fmerge-constants -ftracer $(CCEXTRA)
ifeq ($(target_cpu),x86_64)
COMMON_CFLAGS+=-mcmodel=small
endif