Skip to content

Instantly share code, notes, and snippets.

@pjbeaman
Created June 4, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjbeaman/3feaced57a2421b0b4b2 to your computer and use it in GitHub Desktop.
Save pjbeaman/3feaced57a2421b0b4b2 to your computer and use it in GitHub Desktop.
***************
gsharedvt
***************
Config Dir: ./monotouch/tests/monotouch-test_gsharedvt
Config App Name: monotouch-test_gsharedvt
mkdir: ./monotouch/tests/monotouch-test_gsharedvt: File exists
Created: ./monotouch/tests/monotouch-test_gsharedvt/monotouch-test_gsharedvt.csproj
Diff between original .csproj file and produced .csproj file:
--- ./monotouch/tests/monotouch-test/monotouch-test.csproj 2013-06-04 15:49:40.000000000 -0400
+++ ./monotouch/tests/monotouch-test_gsharedvt/monotouch-test_gsharedvt.csproj 2013-06-04 16:02:01.000000000 -0400
@@ -54,9 +54,14 @@
<MtouchDebug>True</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchI18n />
- <MtouchExtraArgs>-v -v</MtouchExtraArgs>
- <MtouchArch>ARMv7</MtouchArch>
+ <MtouchExtraArgs>-v -v -v -v --aot-options=-O=-gsharedvt</MtouchExtraArgs>
+ <MtouchArch></MtouchArch>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+ <MtouchExtraArgs>-v -v -v -v --aot-options=-O=-gsharedvt</MtouchExtraArgs>
+ <MtouchDebug>true</MtouchDebug>
+ <MtouchArch></MtouchArch>
+ <MtouchUseThumb></MtouchUseThumb>
+ <MtouchUseLlvm>false</MtouchUseLlvm>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
@@ -66,12 +71,17 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
- <MtouchExtraArgs>-v -v -aot "nimt-trampolines=512"</MtouchExtraArgs>
- <MtouchUseLlvm>True</MtouchUseLlvm>
- <MtouchArch>ARMv7</MtouchArch>
+ <MtouchExtraArgs>-v -v -v -v --aot-options=-O=-gsharedvt</MtouchExtraArgs>
+ <MtouchUseLlvm>false</MtouchUseLlvm>
+ <MtouchArch></MtouchArch>
<MtouchI18n />
- <MtouchUseThumb>True</MtouchUseThumb>
+ <MtouchUseThumb></MtouchUseThumb>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+ <MtouchExtraArgs>-v -v -v -v --aot-options=-O=-gsharedvt</MtouchExtraArgs>
+ <MtouchDebug>true</MtouchDebug>
+ <MtouchArch></MtouchArch>
+ <MtouchUseThumb></MtouchUseThumb>
+ <MtouchUseLlvm>false</MtouchUseLlvm>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment