Disable ENABLE_BITCODE by default (fixes #584)
This commit is contained in:
@@ -225,7 +225,8 @@ class IOSPlatform extends PlatformTarget {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
context.ENABLE_BITCODE = (project.config.getFloat ("ios.deployment", 5.1) >= 6);
|
//context.ENABLE_BITCODE = (project.config.getFloat ("ios.deployment", 5.1) >= 6);
|
||||||
|
context.ENABLE_BITCODE = project.config.getBool ("ios.enable-bitcode", false);
|
||||||
context.IOS_COMPILER = project.config.getString ("ios.compiler", "clang");
|
context.IOS_COMPILER = project.config.getString ("ios.compiler", "clang");
|
||||||
context.CPP_BUILD_LIBRARY = project.config.getString ("cpp.buildLibrary", "hxcpp");
|
context.CPP_BUILD_LIBRARY = project.config.getString ("cpp.buildLibrary", "hxcpp");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user