blob: ca9fdb027f9aa1f3cf23dda5c84344f6a299d688 [file] [log] [blame]
# Copyright 2017 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.
declare_args() {
# Number of parallel ThinLTO jobs.
thinlto_jobs = 8
# ThinLTO cache directory path.
thinlto_cache_dir = rebase_path("$root_out_dir/thinlto-cache", root_build_dir)
# Whether to enable -ffat-lto-objects in LTO builds.
# https://llvm.org/docs/FatLTO.html
fat_lto_objects = true
}