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
107
@@ -112,13 +110,13 @@ cd ydb-cpp-sdk
112
110
cmake --preset release
113
111
```
114
112
115
-
## Build
113
+
###Build
116
114
117
115
```bash
118
116
cmake --build --preset release
119
117
```
120
118
121
-
## Test
119
+
###Test
122
120
123
121
Specify a level of parallelism by passing the `-j<level>` option into the command below (e.g. `-j$(nproc)`)
0 commit comments