# HG changeset patch
# User antonc27 <antonc27@mail.ru>
# Date 1446603543 -3600
# Node ID e83deac948181ac68521691a1a48cd736e488c15
# Parent  9c021eadd3741e3dde1a365aaaf7fbeff914d035
- Removing unnecessary '-Wl,-no_order_inits' linker flag

Note: More info here - http://wiki.freepascal.org/iPhone/iPod_development

diff -r 9c021eadd374 -r e83deac94818 project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj
--- a/project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj	Tue Nov 03 22:57:01 2015 +0100
+++ b/project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj	Wed Nov 04 03:19:03 2015 +0100
@@ -2114,10 +2114,7 @@
 				LLVM_LTO = NO;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_CODE_SIGN_FLAGS = "";
-				OTHER_LDFLAGS = (
-					"-lz",
-					"-Wl,-no_order_inits",
-				);
+				OTHER_LDFLAGS = "-lz";
 				PREBINDING = NO;
 				PROVISIONING_PROFILE = "";
 				"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
@@ -2234,7 +2231,6 @@
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
-					"-Wl,-no_order_inits",
 					"-framework",
 					MessageUI,
 				);
@@ -2399,7 +2395,6 @@
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = (
 					"-lz",
-					"-Wl,-no_order_inits",
 					"-framework",
 					MessageUI,
 				);
@@ -2482,7 +2477,6 @@
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
-					"-Wl,-no_order_inits",
 					"-framework",
 					MessageUI,
 				);