Home
last modified time | relevance | path

Searched refs:mini_debug (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/build/templates/common/
H A Dcopy.gni162 (defined(invoker.mini_debug) && invoker.mini_debug)) {
176 mini_debug = "false"
177 if (defined(invoker.mini_debug) && invoker.mini_debug) {
178 mini_debug = "true"
188 mini_debug,
H A Ddelete_symbol.py36 if args.mini_debug == "true":
/ohos5.0/build/toolchain/
H A Drust_strip.py23 def do_strip(strip, output, unstripped_file, mini_debug, clang_base_dir): argument
28 if mini_debug and not unstripped_file.endswith(".exe") and not unstripped_file.endswith(".dll"):
61 …return do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug, args.clang_base_di…
H A Dgcc_link_wrapper.py105 …if args.mini_debug and not args.unstripped_file.endswith(".exe") and not args.unstripped_file.ends…
H A Drustc_wrapper.py122 result = rust_strip.do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug,
H A Dgcc_solink_wrapper.py217 if args.mini_debug and not args.sofile.endswith(".dll"):
/ohos5.0/build/common/ubsan/
H A DBUILD.gn34 mini_debug = true
52 mini_debug = true
/ohos5.0/build/templates/cxx/
H A Dprebuilt.gni211 mini_debug = false
212 if (defined(invoker.mini_debug) && invoker.mini_debug) {
213 mini_debug = true
/ohos5.0/build/common/asan/
H A DBUILD.gn19 mini_debug = true
45 mini_debug = true
60 mini_debug = true
/ohos5.0/build/common/musl/
H A DBUILD.gn122 mini_debug = true