You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
set GYP_DEFINES=target_arch=ia32 libyuv_enable_svn=1
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
call python gyp_libyuv -fninja -G msvs_version=2013 libyuv_test.gyp
What is the expected output?
gyp_libyuv should be fast
What do you see instead?
gyp_libyuv takes about 30 seconds.
Please use labels and text to provide additional information.
A build without DEPOT_TOOLS_WIN_TOOLCHAIN is fast
set DEPOT_TOOLS_WIN_TOOLCHAIN=0 is required for compilers other than vs2013.
set GYP_DEFINES=target_arch=ia32 libyuv_enable_svn=1
call python gyp_libyuv -fninja -G msvs_version=2013 libyuv_test.gyp
Original issue reported on code.google.com by [email protected] on 6 May 2015 at 12:33
Original issue reported on code.google.com by
[email protected]
on 6 May 2015 at 12:33The text was updated successfully, but these errors were encountered: