aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-23 18:48:03 +0200
committervanhauser-thc <vh@thc.org>2023-05-23 18:48:03 +0200
commitb10a0914083911591a8ac816bd4bada6602bf8b5 (patch)
tree3000652aa458ff561eefec428fc2fa0f42c09db1
parenteeed38c5f8335b5a2b69d85b950aa33682a2c079 (diff)
downloadAFLplusplus-b10a0914083911591a8ac816bd4bada6602bf8b5.tar.gz
real gcc gnumakefile fix
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6962d28a..715e7386 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -101,8 +101,8 @@ else
endif
COMPILER_TYPE=$(shell $(CC) --version|grep "Free Software Foundation")
-ifneq ($(COMPILER_TYPE), "")
- # $(info gcc is being used)
+ifneq "$(COMPILER_TYPE)" ""
+ #$(info gcc is being used)
CFLAGS_OPT += -Wno-error=format-truncation -Wno-format-truncation
endif