mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Use a bit less random example for options
Just in case someone treats these options as a recommendation, which they are not, they are there just to show how to set various data types.
This commit is contained in:
parent
b36014ab36
commit
3baf169da1
|
@ -138,8 +138,9 @@ Example of calling cmake with options
|
|||
```sh
|
||||
cmake \
|
||||
-D ENABLE_STATIC=OFF \
|
||||
-D MIN_LOGGER_LEVEL=DEBUG \
|
||||
-D CMAKE_INSTALL_PREFIX=/opt \
|
||||
-D ENABLE_SHARED=ON \
|
||||
-D CMAKE_INSTALL_PREFIX="${PWD}/prefix" \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D TEST_TIMEOUT_SECONDS=120 \
|
||||
..
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user