esp32: disable LWS_WITH_STATS by default
This commit is contained in:
parent
989ff82ca0
commit
978605b39e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ build:
|
|||
-DCMAKE_TOOLCHAIN_FILE=$(COMPONENT_PATH)/cross-esp32.cmake \
|
||||
-DCMAKE_BUILD_TYPE=RELEASE \
|
||||
-DOPENSSL_INCLUDE_DIR=${IDF_PATH}/components/openssl/include \
|
||||
-DLWS_WITH_STATS=1 \
|
||||
-DLWS_WITH_STATS=0 \
|
||||
-DZLIB_LIBRARY=$(BUILD_DIR_BASE)/zlib/libzlib.a \
|
||||
-DZLIB_INCLUDE_DIR=$(COMPONENT_PATH)/../zlib \
|
||||
-DLWS_WITH_ESP32=1 ;\
|
||||
|
|
Loading…
Add table
Reference in a new issue