Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormi-ac <machenbach@chromium.org>2021-01-22 18:28:49 +0300
committerGitHub <noreply@github.com>2021-01-22 18:28:49 +0300
commit968659aee8af594139e59a2ed7b3bd099b2d0a4a (patch)
treec2ad445a861c37ddfe8eadd0b9fe1d73820755f5 /build_overrides
parentf37547c73a981bcf3f8b1a471e3000e606dd41a8 (diff)
Remove obsolete GN config (#4110)
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/build.gni3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 833fcd349..cf3d6b794 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -16,9 +16,6 @@
# Chromium specific targets in a client project's GN file etc.
build_with_chromium = false
-# Don't use Chromium's third_party/binutils.
-linux_use_bundled_binutils_override = false
-
declare_args() {
# Android 32-bit non-component, non-clang builds cannot have symbol_level=2
# due to 4GiB file size limit, see https://crbug.com/648948.