Skip to content

Commit e9ff89f

Browse files
committed
Instructiosn now suggest building in release by default
1 parent 9eee032 commit e9ff89f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ cd ..
6161
mkdir build-ui
6262
cd build-ui
6363
cmake .. -G Ninja -DCMAKE_PREFIX_PATH="/opt/biogears/external/"
64-
cmake -DCMAKE_BUILD_TYPE=Debug .
65-
cmake --build . --config Debug --target install
66-
cmake --build . --config Debug --target gather_runtime_dependencies
64+
cmake -DCMAKE_BUILD_TYPE=Release .
65+
cmake --build . --config Release --target install
66+
cmake --build . --config Release --target gather_runtime_dependencies
6767
```
6868

6969
Further instructions can be found in our WIKI at our github page

0 commit comments

Comments
 (0)