mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 20:45:30 +00:00
Enable bitcode by default for iOS and tvOS builds
This commit is contained in:
parent
20f51b1fd7
commit
59963473ef
|
@ -9379,6 +9379,7 @@
|
|||
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
|
||||
DYLIB_CURRENT_VERSION = 2302.0.0;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
ENABLE_BITCODE = YES;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
GCC_ALTIVEC_EXTENSIONS = YES;
|
||||
GCC_AUTO_VECTORIZATION = YES;
|
||||
|
@ -9464,6 +9465,7 @@
|
|||
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
|
||||
DYLIB_CURRENT_VERSION = 2302.0.0;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
ENABLE_BITCODE = YES;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
GCC_ALTIVEC_EXTENSIONS = YES;
|
||||
|
|
Loading…
Reference in a new issue