mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
add -flto=thin for xcode
This commit is contained in:
parent
262c025505
commit
03c4c9de7c
@ -1860,14 +1860,13 @@
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Os",
|
||||
"-fembed-bitcode",
|
||||
"-flto",
|
||||
"-fno-fat-lto-objects",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections\n-fvisibility=hidden",
|
||||
"-ffunction-sections",
|
||||
"-fvisibility=hidden",
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
"-flto",
|
||||
"-flto=thin",
|
||||
"-Os",
|
||||
);
|
||||
SDKROOT = iphoneos;
|
||||
@ -1935,14 +1934,13 @@
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Os",
|
||||
"-fembed-bitcode",
|
||||
"-flto",
|
||||
"-fno-fat-lto-objects",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections\n-fvisibility=hidden",
|
||||
"-ffunction-sections",
|
||||
"-fvisibility=hidden",
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
"-flto",
|
||||
"-flto=thin",
|
||||
"-Os",
|
||||
);
|
||||
SDKROOT = iphoneos;
|
||||
|
@ -1853,8 +1853,7 @@
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Os",
|
||||
"-fembed-bitcode",
|
||||
"-flto",
|
||||
"-fno-fat-lto-objects",
|
||||
"-flto=thin",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
);
|
||||
@ -1929,8 +1928,7 @@
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Os",
|
||||
"-fembed-bitcode",
|
||||
"-flto",
|
||||
"-fno-fat-lto-objects",
|
||||
"-flto=thin",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
);
|
||||
|
@ -374,8 +374,7 @@
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Os",
|
||||
"-fembed-bitcode",
|
||||
"-flto",
|
||||
"-fno-fat-lto-objects",
|
||||
"-flto=thin",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
);
|
||||
@ -441,8 +440,7 @@
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Os",
|
||||
"-fembed-bitcode",
|
||||
"-flto",
|
||||
"-fno-fat-lto-objects",
|
||||
"-flto=thin",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user