mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-21 22:56:50 +00:00
Add -fno-strict-aliasing
We modify the same memory through pointers of different types all the live long day. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+2
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user