-flto=thin :使用thin LTO代替 -emit-llvm : -install-name : 指定动态库初次安装时的默认路径,向'LC_ID_DYLIB'添加安装路径,该路径为dyld定位该库。 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. clang -o是将main.c源文件编译成为一个可执行的二进制代码(-o...
-d LTO_CLANG_FULL \ -d CFI_PERMISSIVE \ -d CFI_CLANG \ -d SHADOW_CALL_STACK 3 changes: 1 addition & 2 deletions 3 build.config.gki_kprobes Original file line numberDiff line numberDiff line change @@ -2,9 +2,8 @@ DEFCONFIG=gki_defconfig POST_DEFCONFIG_CMDS="check_...
scripts/config -e LTO_CLANG_FULL sed -i 's/# CONFIG_LTO_CLANG_FULL is not set/CONFIG_LTO_CLANG_FULL=y/' .config sed -i 's/CONFIG_LTO_NONE=y/# CONFIG_LTO_NONE is not set/' .config %endif #%if 0%{?openEuler_sign_rsa} ...
CONFIG_LTO_CLANG_FULL=y # CONFIG_MAC80211_DEBUGFS is not set # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HAS_RC=y Expand All@@ -98,9 +130,11 @@ CONFIG_MAC80211_HAS_RC=y CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" ...
import("//build/config/clang/clang.gni") import("//build/config/compiler/compiler.gni") import("//build/config/coverage/coverage.gni") import("//build/config/sanitizers/sanitizers.gni") import("//build/toolchain/cc_wrapper.gni") import("//build/toolchain/toolchain.gni") import(...
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y CONFIG_LTO_NONE=y CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y CONFIG_HAVE_CONTEXT_TRACKING=y CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y ...
CONFIG_LTO is not set CONFIG_ARCH_SUPPORTS_LTO_CLANG=y CONFIG_LTO_NONE=y # CONFIG_LTO_CLANG is not set CONFIG_HAVE_CONTEXT_TRACKING=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y CONFIG_HAVE_ARCH_HUGE_VMAP=y CONFIG_HAVE...
a guest Mar 24th, 2014 1,577 0 Never Add comment Not a member of Pastebin yet? Sign Up, it unlocks many cool features! text 327.45 KB | None | 0 0 raw download clone embed print report Advertisement Ad Add Comment Please, Sign In to add comment Advertisement Ad ...
[apple] # Use (my_clang|my_actool) executable which exists in one of the # imported SDKs and toolchains, instead of the defaults. clang_xcode_tool_name_override=my_clang actool_xcode_tool_name_override=my_actool [build] This section includes settings that control build engine behavior....
import("//build/config/clang/clang.gni") import("//build/config/compiler/compiler.gni") import("//build/config/coverage/coverage.gni") import("//build/config/sanitizers/sanitizers.gni") import("//build/toolchain/cc_wrapper.gni") import("//build/toolchain/toolchain.gni") impor...