diff options
| author | Ted Ross <tross@apache.org> | 2011-04-28 20:01:43 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-04-28 20:01:43 +0000 |
| commit | ca65326bddd04992a2be7ae61e3f02871a8670fd (patch) | |
| tree | 5f9d09599e69393d424f49fab62acea355d7028e /qpid/cpp/bindings/qmf | |
| parent | f22a1d6cf5b533a70f3c58f9b71b787cf3285733 (diff) | |
| download | qpid-python-ca65326bddd04992a2be7ae61e3f02871a8670fd.tar.gz | |
NO-JIRA - Added -fno-strict-aliasing for swig-generated C++ sources.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1097592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf')
| -rw-r--r-- | qpid/cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/Makefile.am b/qpid/cpp/bindings/qmf/ruby/Makefile.am index cfb3a33870..395d64ff90 100644 --- a/qpid/cpp/bindings/qmf/ruby/Makefile.am +++ b/qpid/cpp/bindings/qmf/ruby/Makefile.am @@ -37,7 +37,7 @@ rubylibarch_LTLIBRARIES = qmfengine.la qmfengine_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)" qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfengine.la -qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) +qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) -fno-strict-aliasing nodist_qmfengine_la_SOURCES = qmfengine.cpp CLEANFILES = qmfengine.cpp |
