Skip to content

Commit

Permalink
libwebsockets: enable external poll support
Browse files Browse the repository at this point in the history
This was removed and then re-added, but defaulted off upstream.  It's
still listed as "not recommended" but still absolutely essential for
many apps for performance.

Fixes: eclipse/mosquitto#2284

Signed-off-by: Karl Palsson <karlp@etactica.com>
  • Loading branch information
karlp committed Aug 25, 2021
1 parent c02d128 commit 689dabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libwebsockets/Makefile
Expand Up @@ -31,6 +31,7 @@ include $(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS += -DLWS_IPV6=$(if $(CONFIG_IPV6),ON,OFF)
CMAKE_OPTIONS += -DISABLE_WERROR=ON
CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=Release
CMAKE_OPTIONS += -DLWS_WITH_EXTERNAL_POLL=ON
CMAKE_OPTIONS += -DLWS_WITH_ULOOP=ON

# turn off all test apps
Expand Down

0 comments on commit 689dabd

Please sign in to comment.