You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate build configuration using the `release` preset. `ccache` is located automatically, but if you get the warning that it's not been found, specify its location by passing `-DCCACHE_PATH=path/to/bin`
109
109
@@ -112,13 +112,13 @@ cd ydb-cpp-sdk
112
112
cmake --preset release
113
113
```
114
114
115
-
## Build
115
+
###Build
116
116
117
117
```bash
118
118
cmake --build --preset release
119
119
```
120
120
121
-
## Test
121
+
###Test
122
122
123
123
Specify a level of parallelism by passing the `-j<level>` option into the command below (e.g. `-j$(nproc)`)
0 commit comments