projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989ff82
)
esp32: disable LWS_WITH_STATS by default
author
Andy Green
<andy@warmcat.com>
Tue, 30 May 2017 01:01:32 +0000
(09:01 +0800)
committer
Andy Green
<andy@warmcat.com>
Tue, 30 May 2017 01:01:32 +0000
(09:01 +0800)
component.mk
patch
|
blob
|
history
diff --git
a/component.mk
b/component.mk
index 340bd8a2732ccf207a806b4746cd9dc22bdbf90c..7643fd417528a71060c642b8b6e0e77c291a71fc 100644
(file)
--- a/
component.mk
+++ b/
component.mk
@@
-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 ;\