Instruct local developers to use -DUSE_WERROR=ON

This commit is contained in:
Andrew Noyes 2020-02-03 09:19:02 -08:00
parent a6b3a3ee47
commit b8d6cc7826
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ CMake-based build system. Both of them should currently work for most users,
and CMake should be the preferred choice as it will eventually become the only
build system available.
If compiling for local development, please set -DUSE_WERROR=ON in
cmake. Our CI compiles with -Werror on, so this way you'll find out about
compiler warnings that break the build earlier.
## CMake
To build with CMake, generally the following is required (works on Linux and