mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-27 10:00:40 +00:00
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_CPPFLAGS = \
|
||||
$(PYTHON_CPPFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
-I$(top_srcdir)/lib/includes \
|
||||
-I$(build_srcdir)/lib/includes \
|
||||
-I$(top_srcdir)/lib
|
||||
|
Loading…
Reference in New Issue
Block a user