Kaydet (Commit) f5fea737 authored tarafından jan Iversen's avatar jan Iversen

iOS, added -ggdb2 prelink

New xcode needs -ggdb2 (like the compiler) in order not to strip symbols

Change-Id: I652b1d9791d1ce6d752748eb950615051d140ba7
üst 76fe5bdd
......@@ -205,7 +205,7 @@
MACH_O_TYPE = staticlib;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRELINK_FLAGS = "-Wl -ios_version_min 11.0 -lz -liconv";
PRELINK_FLAGS = "-Wl -ios_version_min 11.0 -lz -liconv -ggdb2";
SDKROOT = iphoneos;
VALID_ARCHS = "x86_64 arm64";
};
......@@ -272,7 +272,7 @@
MACH_O_TYPE = staticlib;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = YES;
PRELINK_FLAGS = "-Wl -ios_version_min 11.0 -lz -liconv";
PRELINK_FLAGS = "-Wl -ios_version_min 11.0 -lz -liconv -ggdb2";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "x86_64 arm64";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment