From 8116550e16628794b76051b6b8ea503055c08d6f Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Fri, 22 Nov 2013 08:41:50 -0500 Subject: [PATCH] Add -fno-strict-aliasing Signed-off-by: Chris Mason --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4604b1f..0874a41 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ export CC = gcc LN = ln AR = ar -AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DBTRFS_FLAT_INCLUDES -fPIC -CFLAGS = -g -O1 +AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DBTRFS_FLAT_INCLUDES -fno-strict-aliasing -fPIC +CFLAGS = -g -O1 -fno-strict-aliasing objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ root-tree.o dir-item.o file-item.o inode-item.o inode-map.o \ extent-cache.o extent_io.o volumes.o utils.o repair.o \ -- 2.7.4