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/qmf2/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/qmf2/ruby')
| -rw-r--r-- | cpp/bindings/qmf2/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/ruby/Makefile.am b/cpp/bindings/qmf2/ruby/Makefile.am index ae840f87c6..8e11a204b2 100644 --- a/cpp/bindings/qmf2/ruby/Makefile.am +++ b/cpp/bindings/qmf2/ruby/Makefile.am @@ -36,7 +36,7 @@ dist_rubylib_DATA = qmf2.rb cqmf2_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)" cqmf2_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqmf2 $(top_builddir)/src/libqmf2.la -cqmf2_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) +cqmf2_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) -fno-strict-aliasing nodist_cqmf2_la_SOURCES = cqmf2.cpp CLEANFILES = cqmf2.cpp |
