diff options
| author | Ted Ross <tross@apache.org> | 2010-10-13 18:18:45 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-10-13 18:18:45 +0000 |
| commit | ed633977d7efaf46d3832f73fd39877c582b2640 (patch) | |
| tree | e3d782fbea17d5676a8ca7a9e286f2a4fedfae52 /qpid/cpp/bindings/qmf2/python | |
| parent | 671388c4035e160b4ddd4c022fb1028e4c28e564 (diff) | |
| download | qpid-python-ed633977d7efaf46d3832f73fd39877c582b2640.tar.gz | |
Added -fno-strict-aliasing for all of the swig-generated Python wrappers because
Swig (for Python) generates code that violates the strict aliasing rules.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1022224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/python')
| -rw-r--r-- | qpid/cpp/bindings/qmf2/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/python/Makefile.am b/qpid/cpp/bindings/qmf2/python/Makefile.am index 9165822f6e..814ca9029c 100644 --- a/qpid/cpp/bindings/qmf2/python/Makefile.am +++ b/qpid/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) |
