Skip to content

Commit 243c011

Browse files
yuvaltassacopybara-github
authored andcommitted
Add note about performance and release builds.
PiperOrigin-RevId: 781460349 Change-Id: I7defa9bf31376afa31b32f26523e8ebd9da3fc0e
1 parent 270017f commit 243c011

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/programming/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ target directory.
112112
5. Select the directory: :shell:`cmake $PATH_TO_CLONED_REPO -DCMAKE_INSTALL_PREFIX=<my_install_dir>`
113113
#. After building, install with ``cmake --install .``
114114

115-
When building on Windows, use Visual Studio 2019 or later and make sure Windows SDK version 10.0.22000 or later is
116-
installed (see :github:issue:`862` for more details).
115+
**Notes:**
116+
117+
- When building on Windows, use Visual Studio 2019 or later and make sure Windows SDK version 10.0.22000 or later is
118+
installed (see :github:issue:`862` for more details).
119+
- To optimize runtime performance build with ``-DCMAKE_BUILD_TYPE=Release``
117120

118121
.. tip::
119122
As a reference, a working build configuration can be found in MuJoCo's

0 commit comments

Comments
 (0)