Commit a0befd65 authored by Sergey Lyubka's avatar Sergey Lyubka

Nitpick wording

parent 872ad8ba
...@@ -77,8 +77,8 @@ Below is the list of compilation flags that enable or disable certain ...@@ -77,8 +77,8 @@ Below is the list of compilation flags that enable or disable certain
features. By default, some features are enabled, and could be disabled features. By default, some features are enabled, and could be disabled
by setting appropriate `NO_*` flag. Features that are disabled by default by setting appropriate `NO_*` flag. Features that are disabled by default
could be enabled by setting appropriate `USE_*` flag. Bare bones Mongoose could be enabled by setting appropriate `USE_*` flag. Bare bones Mongoose
is quite small, about 30 kilobytes compiled x86 code. Each feature adds is quite small, about 30 kilobytes of compiled x86 code. Each feature adds
couple of kilobytes to the executable size, and some runtime penalty. a couple of kilobytes to the executable size, and also has some runtime penalty.
-DNO_AUTH Disable MD5 authorization support -DNO_AUTH Disable MD5 authorization support
-DNO_CGI Disable CGI support -DNO_CGI Disable CGI support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment