Lines Matching +full:rust +full:- +full:embedded
2 # Use of this source code is governed by a BSD-style license that can be
7 import("//build/config/rust.gni")
15 ldflags += [ "-fprofile-instr-generate" ]
21 # However... some build targets have no C++ object file (they have Rust
30 "-fprofile-instr-generate",
31 "-fcoverage-mapping",
34 # coverage mapping data embedded in the test binaries, and the reduction
37 "-mllvm",
38 "-limited-coverage-experimental=true",
41 # Rust coverage is gated on using the Chromium-built Rust toolchain as it
46 rustflags += [ "-Cinstrument-coverage" ]
51 cflags += [ "-fno-use-cxa-atexit" ]