Searched refs:mini_debug (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/build/templates/common/ |
H A D | copy.gni | 162 (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 D | delete_symbol.py | 36 if args.mini_debug == "true":
|
/ohos5.0/build/toolchain/ |
H A D | rust_strip.py | 23 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 D | gcc_link_wrapper.py | 105 …if args.mini_debug and not args.unstripped_file.endswith(".exe") and not args.unstripped_file.ends…
|
H A D | rustc_wrapper.py | 122 result = rust_strip.do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug,
|
H A D | gcc_solink_wrapper.py | 217 if args.mini_debug and not args.sofile.endswith(".dll"):
|
/ohos5.0/build/common/ubsan/ |
H A D | BUILD.gn | 34 mini_debug = true 52 mini_debug = true
|
/ohos5.0/build/templates/cxx/ |
H A D | prebuilt.gni | 211 mini_debug = false 212 if (defined(invoker.mini_debug) && invoker.mini_debug) { 213 mini_debug = true
|
/ohos5.0/build/common/asan/ |
H A D | BUILD.gn | 19 mini_debug = true 45 mini_debug = true 60 mini_debug = true
|
/ohos5.0/build/common/musl/ |
H A D | BUILD.gn | 122 mini_debug = true
|