]> granicus.if.org Git - esp-idf/commitdiff
nghttp2: Add submodule to COMPONENT_SUBMODULES, update to release v1.24
authorAngus Gratton <angus@espressif.com>
Tue, 11 Jul 2017 03:49:55 +0000 (11:49 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 25 Sep 2017 15:54:43 +0000 (23:54 +0800)
Removes need for -DNDEBUG hack in component.mk (fixed upstream).

components/nghttp/component.mk
components/nghttp/nghttp2

index fab616cc49f7ec3f3ace09673e59149a96faed01..2a69cd5e1f4936b1ab529833b11c42f9e414460e 100644 (file)
@@ -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
index 2f146e4d4cfe895d65599b87df7d847435f0e1b4..3bcc416e13cc790e2fb45fcfe9111d38609c5032 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2f146e4d4cfe895d65599b87df7d847435f0e1b4
+Subproject commit 3bcc416e13cc790e2fb45fcfe9111d38609c5032