diff --git a/utils/Makefile b/utils/Makefile index aad55eed..71db96e8 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,4 +1,5 @@ -CFLAGS := -Wall -O2 -Werror -D_FILE_OFFSET_BITS=64 -g -mrdrnd -msse4.2 +CFLAGS := -Wall -O2 -Werror -D_FILE_OFFSET_BITS=64 -g -mrdrnd -msse4.2 \ + -fno-strict-aliasing BIN := src/scoutfs OBJ := $(patsubst %.c,%.o,$(wildcard src/*.c))