Lines Matching +full:- +full:- +full:strict +full:- +full:warnings
11 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
12 cmake -G "Visual Studio 10" -DCMAKE_BUILD_TYPE=Release
13 cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release
19 `CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G "Unix Makefiles"`.
32 ### Make all warnings into errors
34 By default all Flatbuffers `cmake` targets are **not** built with the `-Werror`
37 may add new warnings that would cause a build failure.
39 To enable a stricter build that does treat warnings as errors, set the
43 cmake . -DFLATBUFFERS_STRICT_MODE=ON
46 Our CI builds run with strict mode on, ensuring the code that is committed to
48 contributing to the project should enable strict mode locally before making a
57 ./bootstrap-vcpkg.sh
68 …(slsa.dev) using the OpenSSF's [slsa-framework/slsa-github-generator](https://github.com/slsa-fram…
69 …tall the verification tool from [slsa-framework/slsa-verifier#installation](https://github.com/sls…
73 $ slsa-verifier -artifact-path <downloaded.zip> -provenance attestation.intoto.jsonl -source github…
102 ### Using in CMake-based projects
117 ${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-build