Skip to content

Commit 9594421

Browse files
authored
Update CMake docs: ENABLE_UNITY_BUILD defaults to ON (#2038)
1 parent 72b18ba commit 9594421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/CMake_Parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Windows example:
5050
For more information, see the CMake documentation for your platform.
5151

5252
### ENABLE_UNITY_BUILD
53-
(Defaults to OFF) If enabled, most SDK libraries will be built as a single, generated .cpp file. This can significantly reduce static library size as well as speed up compilation time.
53+
(Defaults to ON) If enabled, most SDK libraries will be built as a single, generated .cpp file. This can significantly reduce static library size as well as speed up compilation time.
5454

5555
### MINIMIZE_SIZE
5656
(Defaults to OFF) A superset of ENABLE_UNITY_BUILD, if enabled this option turns on ENABLE_UNITY_BUILD as well as some additional binary size reduction settings. This is a work-in-progress and may change in the future (symbol stripping in particular).

0 commit comments

Comments
 (0)