blob: 2f1d14c1ee4b35410b9000d3c03a61f20baba6cc [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/toolchain/variant.gni")
variant("profile") {
common_flags = [
"-fprofile-instr-generate",
"-fcoverage-mapping",
]
# The statically-linked profiling runtime depends on libzircon.
libs = [ "zircon" ]
}