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 | 894f851bebbb6efaeb69dc989cb576eeb5f224ff (patch) | |
| tree | 84193f7cc6f7f76475a4cfe5509443ebaac62930 /cpp/bindings/qmf/ruby | |
| parent | a46e024977ba6f8af2a0b25f6c56c9178c8be9cc (diff) | |
| download | qpid-python-894f851bebbb6efaeb69dc989cb576eeb5f224ff.tar.gz | |
NO-JIRA - Added -fno-strict-aliasing for swig-generated C++ sources.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/ruby')
| -rw-r--r-- | cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am index cfb3a33870..395d64ff90 100644 --- a/cpp/bindings/qmf/ruby/Makefile.am +++ b/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 |
