summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-03-02 04:49:28 +0000
committerAndrew Clayton <a.clayton@nginx.com>2024-03-09 01:40:24 +0000
commitd23812b8f4376ab05af701e07ad16ff7b1d3bbea (patch)
treeabe811ea93cd7e0bdb0c61dea94855eb3f8fa24c /docs
parent15072fbde9b7d451aa4fde815d59a7454604036c (diff)
downloadunit-d23812b8f4376ab05af701e07ad16ff7b1d3bbea.tar.gz
unit-d23812b8f4376ab05af701e07ad16ff7b1d3bbea.tar.bz2
Allow to disable -Werror at 'make' time
Having -Werror enabled all the time when developing can be a nuisance, allow to disable it by passing E=0 to make, e.g $ make E=0 ... This will set -Wno-error overriding the previously set -Werror. Co-developed-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions