diff options
| author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2021-01-06 17:55:06 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-01-07 09:31:03 +0000 |
| commit | 7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f (patch) | |
| tree | cd926f5786b67b905e2c475f1b422b7e4ba261e6 /tools | |
| parent | 94ffff68c8e84d4983e3d803575cfdb3e5782515 (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/options/WITHOUT_WERROR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_WERROR b/tools/build/options/WITHOUT_WERROR new file mode 100644 index 000000000000..84a4c6b06967 --- /dev/null +++ b/tools/build/options/WITHOUT_WERROR @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set this to not treat compiler warnings as errors. +Useful as a temporary workaround when working on fixing compiler warnings. +When set, warnings are still printed in the build log but do not fail the build. |
