complete_static_lib: [boolean] Links all deps into a static library. configs: [label list] Configs applying to this target or config. contents: Contents to write to file. crate_name: [string] The name for the compiled crate. crate_root: [string] The root source file for a binary or l...
complete_static_lib: [boolean]Links all deps into a static library. configs: [label list]Configs applying to this target or config. contents: Contents to write to file. crate_name: [string]The name for the compiled crate. crate_root: ...
git config --global user.name userName git config --global user.email userEmail 分支1 标签0 wenfeiread file translatee8af16e2年前 8 次提交 提交 cn read file translate 2年前 en add cn file create 2年前 README.md add copy/path cmd translation ...
If you only need the static library for intermediate results in the build, you should consider a source_set instead since it will skip the (potentially slow) step of creating the intermediate library file. Variablescomplete_static_lib Flags: cflags, cflags_c, cflags_cc, cflags_objc, cflags_o...
complete_static_lib Flags: cflags, cflags_c, cflags_cc, cflags_objc, cflags_objcc, asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, libs, precompiled_header, precompiled_source, rustflags, rustenv Deps: data_deps, deps, public_deps Dependent configs: all_dependent_configs, publi...
ohos_static_library("libcrypto_static") { deps = [ ":crypto_source" ] public_configs = [ ":crypto_config_public" ] complete_static_lib = true remove_configs = [ "//build/config/coverage:default_coverage" ] } if (is_mingw || is_mac) { ohos_shared_library("libcrypto_...
ohos_static_library("libcrypto_static") { deps = [ ":crypto_source" ] public_configs = [ ":crypto_config_public" ] complete_static_lib = true } if (is_mingw || is_mac) { ohos_shared_library("libcrypto_restool") { if (is_mingw) { lib_dirs = [ "//prebuilts/mi...
import("//build/config/host_byteorder.gni") static_library("rusty_v8") { complete_static_lib = true sources = [ "src/binding.cc" ] deps = [ "//build/config:shared_library_deps", "//v8:v8", "//v8:v8_libbase", "//v8:v8_libplatform", ] configs -= [ "//build/config/...
"NGHTTP3_STATICLIB", ] } gypi_values = exec_script("../../tools/gypi_to_gn.py", [ rebase_path("ngtcp2.gyp") ], "scope", [ "ngtcp2.gyp" ]) # FIXME(zcbenz): Some APIs of ngtcp2 are not marked as export, so can not turn # into component. This should be fixed in upstre...
turns off eliding to show a complete tree. --all-toolchains Normally only inputs in the default toolchain will be included. This switch will turn on matching all toolchains. For example, a file is in a target might be compiled twice: once in the default toolchain and once in a secondary...