mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
real gcc gnumakefile fix
This commit is contained in:
@ -101,8 +101,8 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
COMPILER_TYPE=$(shell $(CC) --version|grep "Free Software Foundation")
|
COMPILER_TYPE=$(shell $(CC) --version|grep "Free Software Foundation")
|
||||||
ifneq ($(COMPILER_TYPE), "")
|
ifneq "$(COMPILER_TYPE)" ""
|
||||||
# $(info gcc is being used)
|
#$(info gcc is being used)
|
||||||
CFLAGS_OPT += -Wno-error=format-truncation -Wno-format-truncation
|
CFLAGS_OPT += -Wno-error=format-truncation -Wno-format-truncation
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user