Until we audit every place we have a typecast to make sure it's safe,
this should be off.
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
##
AM_COMMON_FLAGS = -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic \
--Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith
+-Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith \
+-fno-strict-aliasing
AM_CFLAGS = $(AM_COMMON_FLAGS)
AM_CXXFLAGS = $(AM_COMMON_FLAGS) -Wnon-virtual-dtor -Wno-invalid-offsetof \