From 4e43c605c28a713ca3d7b4a55ea1b118dc67d43d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:07:59 +0000 Subject: [project @ fpeters@0d.be-20080309152828-pw4gd3lcm7rb7dxd] merging benjamin branch Original author: Frederic Peters Date: 2008-03-09 16:28:28.854000+01:00 --- bindings/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/python') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index bb2c6eaf..65b4be55 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -10,7 +10,7 @@ nodist_python_DATA = lasso.py python_LTLIBRARIES = _lasso.la nodist__lasso_la_SOURCES = _lasso.c -_lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -DSWIG_COBJECT_TYPES $(PY_CFLAGS) +_lasso_la_CFLAGS = -fno-strict-aliasing $(LASSO_CORE_CFLAGS) $(PY_CFLAGS) _lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) if DARWIN _lasso_la_LDFLAGS = -no-undefined -module -avoid-version -Wl,-F. -Wl,-F. -bundle -framework Python -- cgit