cygwin: Remove workaround for GCC 6 null pointer check warnings
This commit is contained in:
parent
7212b571a5
commit
51c6ef6b82
@ -73,7 +73,7 @@ CRT0:=$(cygwin_build)/crt0.o
|
|||||||
#
|
#
|
||||||
MT_SAFE:=@MT_SAFE@
|
MT_SAFE:=@MT_SAFE@
|
||||||
CCEXTRA=
|
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)
|
ifeq ($(target_cpu),x86_64)
|
||||||
COMMON_CFLAGS+=-mcmodel=small
|
COMMON_CFLAGS+=-mcmodel=small
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user