aboutsummaryrefslogtreecommitdiff
path: root/README.build
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2013-01-20 17:08:31 +0800
committerAndy Green <andy.green@linaro.org>2013-01-20 17:08:31 +0800
commit3182ece3a4542772f9fed34b9184cc0b86b0dc5c (patch)
tree7b0d0ae372bc706ab7e4d9c47239f2e4d66627c4 /README.build
parent6c1f64e9926ed24bbae8682b1f1d8b7d4ea2d6c2 (diff)
downloadlibwebsockets-3182ece3a4542772f9fed34b9184cc0b86b0dc5c.tar.gz
introduce without extensions
The new --without-extensions config flag completely removes all code and data related to extensions from the build throughout the library when given. Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'README.build')
-rw-r--r--README.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.build b/README.build
index 48167ffb..cdb79af9 100644
--- a/README.build
+++ b/README.build
@@ -88,6 +88,13 @@ There are several other possible configure options
from the code -- it's not just defeated from logging
but removed from compilation
+--without-extensions Remove all code and data around protocol extensions.
+ This reduces the code footprint considerably but
+ you will lose extension features like compression.
+ However that may be irrelevant for embedded use and
+ the code / data size / speed improvements may be
+ critical.
+
Externally configurable important constants
-------------------------------------------