mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
nghttp2: Add submodule to COMPONENT_SUBMODULES, update to release v1.24
Removes need for -DNDEBUG hack in component.mk (fixed upstream).
This commit is contained in:
committed by
Ivan Grokhotkov
parent
348825a438
commit
6f7d6dbde4
@ -6,7 +6,4 @@ COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes
|
||||
|
||||
COMPONENT_SRCDIRS := nghttp2/lib port
|
||||
|
||||
# nghttp2_session.c uses assert(0) in place of abort() in some functions,
|
||||
# that miss a return statement if assertions are disabled.
|
||||
# So it always needs assertions to be enabled
|
||||
nghttp2/lib/nghttp2_session.o: CPPFLAGS := $(filter-out -DNDEBUG,$(CPPFLAGS))
|
||||
COMPONENT_SUBMODULES := nghttp2
|
||||
|
Submodule components/nghttp/nghttp2 updated: 2f146e4d4c...3bcc416e13
Reference in New Issue
Block a user