diff --git a/Makefile b/Makefile index 348608b5..c6daadc8 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ INSTALL=install CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \ -Wno-pointer-sign \ -fno-strict-aliasing \ + -fno-delete-null-pointer-checks \ -I. -Iinclude -Iraid \ -D_FILE_OFFSET_BITS=64 \ -D_GNU_SOURCE \