blob: 1f21d427194e1826f9e69fdefc48ab5750b5bddd [file] [log] [blame]
# Copyright 2019 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.
# Defines the configuration of ccache.
declare_args() {
# Set to true to enable compiling with ccache.
use_ccache = false
}