python: Add -fno-strict-aliasing flag
This commit is contained in:
parent
c3949b0d7f
commit
2e11f01ae6
|
@ -35,6 +35,7 @@ pyexec_LTLIBRARIES = nghttp2.la
|
||||||
nghttp2_la_SOURCES = nghttp2.pyx
|
nghttp2_la_SOURCES = nghttp2.pyx
|
||||||
nghttp2_la_CPPFLAGS = \
|
nghttp2_la_CPPFLAGS = \
|
||||||
$(PYTHON_CPPFLAGS) \
|
$(PYTHON_CPPFLAGS) \
|
||||||
|
-fno-strict-aliasing \
|
||||||
-I$(top_srcdir)/lib/includes \
|
-I$(top_srcdir)/lib/includes \
|
||||||
-I$(build_srcdir)/lib/includes \
|
-I$(build_srcdir)/lib/includes \
|
||||||
-I$(top_srcdir)/lib
|
-I$(top_srcdir)/lib
|
||||||
|
|
Loading…
Reference in New Issue