aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-29 16:26:13 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-29 16:26:13 -0700
commit62e9ddbcbe37b3c36a25e4e3a74a9bddac30ab36 (patch)
tree3800396c9845384e807834809d6a5ec25b821f11 /BUILDING.md
parentee65a5eaee45a765d1d4176a797bb8288faeb180 (diff)
Update building with Visual Studio documentation
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 81edb68e43..615b371db6 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -132,8 +132,8 @@ you will be able to browse and build the code.
> @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
> md .build
> cd .build
-> cmake .. -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=Release
-> cmake --build .
+> cmake .. -G "Visual Studio 14 2015"
+> cmake --build . --config Release
```
## cmake: Windows, Using Ninja (faster build, supports boringssl's assembly optimizations).