blob: 55873cf1e0fbe236643fcf47b5b0228ae7622681 [file] [log] [blame]
# Copyright 2020 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("//zircon/public/gn/prebuilt.gni")
import("//zircon/public/gn/toolchain/clang.gni")
declare_args() {
# Controls whether we should output GSYM files for Fuchsia binaries.
output_gsym = false
}