diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-28 21:41:04 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-28 21:41:04 +0200 |
commit | 97dbf5b671b334d8edbfcea8dab9031a14a0b5e5 (patch) | |
tree | b2d084dd24c22387b29b57258a67c528aa17495e | |
parent | 6a134e4a263ce0488a71a79964b4b7665de2dfe4 (diff) | |
download | afl++-97dbf5b671b334d8edbfcea8dab9031a14a0b5e5.tar.gz |
nits
-rw-r--r-- | frida_mode/GNUmakefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile index 8983ff86..65a7a1c3 100644 --- a/frida_mode/GNUmakefile +++ b/frida_mode/GNUmakefile @@ -10,10 +10,7 @@ OBJS:=$(foreach src,$(SOURCES),$(OBJ_DIR)$(notdir $(patsubst %.c, %.o, $(src)))) CFLAGS+=-fPIC \ -D_GNU_SOURCE \ -D_FORTIFY_SOURCE=2 \ - -Werror \ - -Wall \ - -Wextra \ - -Wpointer-arith \ + -Wno-pointer-arith \ -g \ -O3 \ -funroll-loops \ |