diff options
-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 \ |