Skip to content

Commit 62e9ddb

Browse files
committed
Update building with Visual Studio documentation
1 parent ee65a5e commit 62e9ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ you will be able to browse and build the code.
132132
> @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
133133
> md .build
134134
> cd .build
135-
> cmake .. -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=Release
136-
> cmake --build .
135+
> cmake .. -G "Visual Studio 14 2015"
136+
> cmake --build . --config Release
137137
```
138138

139139
## cmake: Windows, Using Ninja (faster build, supports boringssl's assembly optimizations).

0 commit comments

Comments
 (0)