Skip to content

Commit

Permalink
libwebsockets: actually disable Werror
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Marcet <[email protected]>
  • Loading branch information
jmarcet committed Aug 16, 2024
1 parent b7d9072 commit 062e149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libwebsockets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk

CMAKE_OPTIONS += -DLWS_IPV6=$(if $(CONFIG_IPV6),ON,OFF)
CMAKE_OPTIONS += -DISABLE_WERROR=ON
CMAKE_OPTIONS += -DDISABLE_WERROR=ON
CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=Release
CMAKE_OPTIONS += -DLWS_WITH_EXTERNAL_POLL=ON
CMAKE_OPTIONS += -DLWS_WITH_ULOOP=ON
Expand Down

0 comments on commit 062e149

Please sign in to comment.