From 2e11f01ae6312ad24d283a013eb9ad14fb70b690 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 11 Jan 2014 17:49:42 +0900 Subject: [PATCH] python: Add -fno-strict-aliasing flag --- python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/python/Makefile.am b/python/Makefile.am index 7ae672c1..53e139fa 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -35,6 +35,7 @@ pyexec_LTLIBRARIES = nghttp2.la nghttp2_la_SOURCES = nghttp2.pyx nghttp2_la_CPPFLAGS = \ $(PYTHON_CPPFLAGS) \ + -fno-strict-aliasing \ -I$(top_srcdir)/lib/includes \ -I$(build_srcdir)/lib/includes \ -I$(top_srcdir)/lib