Skip to content

Commit

Permalink
Fix bad build option in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli2 committed Jul 21, 2017
1 parent 75e5f38 commit 658c82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ Getting all the dependencies set up for Windows is more tricky. Pre-built depend
* `BUILD_CRASHHANDLER` (default=ON): Enable the built-in crash handler (default OFF for macOS)
* `BUILD_CRASHREPORTER` (default=ON): Build the Qt crash reporter gui - requires `BUILD_CRASHHANDLER` (default OFF for macOS)
* `BUILD_PROFILER` (default=OFF unless BUILD_PROFILER_INSTRUMENT is enabled): Build the profiler GUI
* `BUILD_TEST` (default=OFF): Build tests that can be run using `make check`
* `BUILD_TESTS` (default=OFF): Build tests that can be run using `make check`
* `BUILD_ALL` (default=OFF): Enable all the BUILD_* options above by default - they can still be disabled individually
* `UNITY_BUILD` (default=ON): Unity build (faster build, better optimizations but no incremental build)
* `CMAKE_BUILD_TYPE` (default=Release): Set to `Debug` for debug binaries
Expand Down

0 comments on commit 658c82a

Please sign in to comment.