Open GoogleCodeExporter opened 9 years ago
Test of 32 bit Windows build
With GN
call gn gen out/Release "--args=is_debug=false target_cpu=\"x86\""
call gn gen out/Debug "--args=is_debug=true target_cpu=\"x86\""
ninja -C out/Release
ninja -C out/Debug
21.95 seconds
With GYP
set GYP_DEFINES=target_arch=ia32 libyuv_enable_svn=1
call python gyp_libyuv -fninja -G msvs_version=2013 libyuv_test.gyp
ninja -C out\Debug
ninja -C out\Release
24.97 seconds
Original comment by fbarch...@google.com
on 10 Mar 2015 at 5:28
Updated Getting Started for Windows
https://code.google.com/p/libyuv/wiki/GettingStarted
Original comment by fbarch...@chromium.org
on 20 Mar 2015 at 10:39
Original issue reported on code.google.com by
fbarch...@google.com
on 10 Mar 2015 at 4:52