There is an option in XCode Build Settings called "Don't Create Position Independent Executables". This is straight-forward to enable here.
However, I'm using MonoDevelop and MonoTouch to develop my application, and I cannot find the equivalent setting there. I've tried passing the -fpie flag to the compiler, but doesn't seem to work. When I examine the compiled binary using otool, it does not have the PIE flag set.
Please help.