Skip to content

Commit

Permalink
scripts: optimize libwebsockets build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jul 27, 2020
1 parent f9d23de commit aa6c6c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/cross-build.sh
Expand Up @@ -104,6 +104,16 @@ build_libwebsockets() {
-DLWS_WITH_SHARED=OFF \
-DLWS_UNIX_SOCK=ON \
-DLWS_IPV6=ON \
-DLWS_ROLE_RAW_FILE=OFF \
-DLWS_WITH_HTTP2=OFF \
-DLWS_WITH_HTTP_BASIC_AUTH=OFF \
-DLWS_WITH_UDP=OFF \
-DLWS_WITHOUT_CLIENT=ON \
-DLWS_WITH_LEJP=OFF \
-DLWS_WITH_LEJP_CONF=OFF \
-DLWS_WITH_LWSAC=OFF \
-DLWS_WITH_CUSTOM_HEADERS=OFF \
-DLWS_WITH_SEQUENCER=OFF \
..
make -j"$(nproc)" install
popd
Expand Down

0 comments on commit aa6c6c7

Please sign in to comment.