summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bindings/qmf2/python/Makefile.am')
-rw-r--r--cpp/bindings/qmf2/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/python/Makefile.am b/cpp/bindings/qmf2/python/Makefile.am
index 9165822f6e..814ca9029c 100644
--- a/cpp/bindings/qmf2/python/Makefile.am
+++ b/cpp/bindings/qmf2/python/Makefile.am
@@ -37,7 +37,7 @@ lib_LTLIBRARIES = _cqmf2.la
_cqmf2_la_LDFLAGS = -avoid-version -module -shared
_cqmf2_la_LIBADD = $(PYTHON_LIBS) -L$(top_builddir)/src/.libs $(top_builddir)/src/libqmf2.la
-_cqmf2_la_CXXFLAGS = $(INCLUDES) -I$(srcdir)/qmf -I$(PYTHON_INC)
+_cqmf2_la_CXXFLAGS = $(INCLUDES) -I$(srcdir)/qmf -I$(PYTHON_INC) -fno-strict-aliasing
nodist__cqmf2_la_SOURCES = cqmf2.cpp
CLEANFILES = $(generated_file_list)