Commit 2e11f01a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

python: Add -fno-strict-aliasing flag

parent c3949b0d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment