From c01807370d85be05a376c26f617781feff4d0228 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 13 Sep 2006 18:42:46 +0000 Subject: [PATCH] added f-no-strict-aliasing (-> Py_False) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@81 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/ivr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ivr/Makefile b/apps/ivr/Makefile index 77c4d9a3..5a819efe 100644 --- a/apps/ivr/Makefile +++ b/apps/ivr/Makefile @@ -25,7 +25,7 @@ PYTHON_LIBDIR = $(PYTHON_PREFIX)/lib/python$(PY_VER) # put used Python modules from lib-dynload here, e.g. time, mysql, _cvs.so etc. PYTHON_DYNLOAD_MODULES = $(wildcard $(PYTHON_LIBDIR)/lib-dynload/*.so) \ $(wildcard $(PYTHON_LIBDIR)/site-packages/*.so) -PYTHON_module_cflags = -I$(PYTHON_DIR) +PYTHON_module_cflags = -I$(PYTHON_DIR) -fno-strict-aliasing PYTHON_module_ldflags = -Xlinker --export-dynamic \ -L$(PYTHON_LIBDIR)/config \ -lpython$(PY_VER) \