blob: 90293c9b3afe496d9793388162bae888339af877 (
plain)
1
2
3
4
5
6
7
8
9
|
d:
cd D:\webrtc-checkout\src
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
gn gen out/DebugX64 --ide="vs2015" --args="is_debug=true target_cpu=\"x64\" is_component_build=false symbol_level=0"
pause
|