| Index: source/libvpx/build/make/gen_msvs_vcxproj.sh
|
| diff --git a/source/libvpx/build/make/gen_msvs_vcxproj.sh b/source/libvpx/build/make/gen_msvs_vcxproj.sh
|
| index 643ebd634be738d352f102093b3babc71a0d6913..b653651030e41f6f48b5c30958aa37f3291b2401 100755
|
| --- a/source/libvpx/build/make/gen_msvs_vcxproj.sh
|
| +++ b/source/libvpx/build/make/gen_msvs_vcxproj.sh
|
| @@ -263,8 +263,8 @@ case "$target" in
|
| ;;
|
| arm*)
|
| platforms[0]="ARM"
|
| - asm_Debug_cmdline="armasm -nologo "%(FullPath)""
|
| - asm_Release_cmdline="armasm -nologo "%(FullPath)""
|
| + asm_Debug_cmdline="armasm -nologo -oldit "%(FullPath)""
|
| + asm_Release_cmdline="armasm -nologo -oldit "%(FullPath)""
|
| ;;
|
| *) die "Unsupported target $target!"
|
| ;;
|
|
|