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 | 12de232b00169121f1e24e007029a1df63483fdd (patch) | |
| tree | 84193f7cc6f7f76475a4cfe5509443ebaac62930 /cpp/bindings/qmf2 | |
| parent | 2c0ee939101d263b28d19042020a1f686727bdee (diff) | |
| download | qpid-python-12de232b00169121f1e24e007029a1df63483fdd.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')
| -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 |
