[tests][link all] Disable removal of the dynamic registrar, we need it for some tests.

This commit is contained in:
Rolf Bjarne Kvinge 2018-02-14 22:53:10 +01:00
Родитель 9cec7d3d59
Коммит 8f23934a22
1 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -25,7 +25,7 @@
<MtouchDebug>True</MtouchDebug> <MtouchDebug>True</MtouchDebug>
<MtouchLink>Full</MtouchLink> <MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchExtraArgs>--registrar=static --optimize=all</MtouchExtraArgs> <MtouchExtraArgs>--registrar=static --optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<MtouchArch>i386, x86_64</MtouchArch> <MtouchArch>i386, x86_64</MtouchArch>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
@ -39,7 +39,7 @@
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchArch>i386, x86_64</MtouchArch> <MtouchArch>i386, x86_64</MtouchArch>
<DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants> <DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants>
<MtouchExtraArgs>--optimize=all</MtouchExtraArgs> <MtouchExtraArgs>--optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
@ -55,7 +55,7 @@
<MtouchLink>Full</MtouchLink> <MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchArch>ARMv7, ARM64</MtouchArch> <MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchExtraArgs>-gcc_flags="-UhoItsB0rken" --optimize=all</MtouchExtraArgs> <MtouchExtraArgs>-gcc_flags="-UhoItsB0rken" --optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
@ -72,7 +72,7 @@
<MtouchLink>Full</MtouchLink> <MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch> <MtouchArch>ARMv7</MtouchArch>
<MtouchExtraArgs>-gcc_flags="-UhoItsB0rken" --optimize=all</MtouchExtraArgs> <MtouchExtraArgs>-gcc_flags="-UhoItsB0rken" --optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug64|iPhone' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug64|iPhone' ">
@ -88,7 +88,7 @@
<MtouchLink>Full</MtouchLink> <MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchArch>ARM64</MtouchArch> <MtouchArch>ARM64</MtouchArch>
<MtouchExtraArgs>-gcc_flags="-UhoItsB0rken" --optimize=all</MtouchExtraArgs> <MtouchExtraArgs>-gcc_flags="-UhoItsB0rken" --optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
@ -102,7 +102,7 @@
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchUseLlvm>True</MtouchUseLlvm> <MtouchUseLlvm>True</MtouchUseLlvm>
<MtouchArch>ARMv7, ARM64</MtouchArch> <MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchExtraArgs>--optimize=all</MtouchExtraArgs> <MtouchExtraArgs>--optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants> <DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
@ -117,7 +117,7 @@
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchUseLlvm>True</MtouchUseLlvm> <MtouchUseLlvm>True</MtouchUseLlvm>
<MtouchArch>ARMv7</MtouchArch> <MtouchArch>ARMv7</MtouchArch>
<MtouchExtraArgs>--optimize=all</MtouchExtraArgs> <MtouchExtraArgs>--optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants> <DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
@ -132,7 +132,7 @@
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchUseLlvm>True</MtouchUseLlvm> <MtouchUseLlvm>True</MtouchUseLlvm>
<MtouchArch>ARM64</MtouchArch> <MtouchArch>ARM64</MtouchArch>
<MtouchExtraArgs>--optimize=all</MtouchExtraArgs> <MtouchExtraArgs>--optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants> <DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
@ -147,7 +147,7 @@
<MtouchI18n>mideast,other</MtouchI18n> <MtouchI18n>mideast,other</MtouchI18n>
<MtouchUseLlvm>true</MtouchUseLlvm> <MtouchUseLlvm>true</MtouchUseLlvm>
<MtouchArch>ARMv7, ARM64</MtouchArch> <MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchExtraArgs>--bitcode:full --optimize=all</MtouchExtraArgs> <MtouchExtraArgs>--bitcode:full --optimize=all,-remove-dynamic-registrar</MtouchExtraArgs>
<DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants> <DefineConstants>LINKALL;;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>