Skip to content

Commit 54139bb

Browse files
silentbawszpostfacto
authored andcommitted
Update Building.md
update CMake command for GameNetworkingSockets to match build type of protobuf
1 parent 4a31247 commit 54139bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ C:\dev\GameNetworkingSockets> mkdir build
162162
C:\dev\GameNetworkingSockets> cd build
163163
C:\dev\GameNetworkingSockets\build> set PATH=%PATH%;C:\sdk\protobuf-amd64\bin
164164
C:\dev\GameNetworkingSockets\build> vcvarsall amd64
165-
C:\dev\GameNetworkingSockets\build> cmake -G Ninja ..
165+
C:\dev\GameNetworkingSockets\build> cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
166166
C:\dev\GameNetworkingSockets\build> ninja
167167
```
168168

0 commit comments

Comments
 (0)