Yes. 1. right click your project, select "Options" menu 2. go to "iPhone Build Options", select "Avanced" tab 3. click "Use LLVM optimizinf compiler" checkbox 4. select ARMv7 in the combobox 5. (optionallly) click "Use Thumb-2..." to get smaller binaries (at the expense of some performance).
I do not think fat binairies affects (much) the memory footprint (measure, measure, measure ;-) - but it sure won't double it. Sebastien Le 2011-08-15 à 07:04, "Jon Hopkins" <[email protected]> a écrit : > Hi, > > > > Is there a way to target just Armv7 for IPad applications? There is no need > to be backwards compatible in this > > Case, but I just see Armv6 + Armv7 which doubles the app size. Does this > affect memory footprint size as well? > > > > Thanks, > > Jon > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
