1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
26 configs -= [ "//build/config/compiler:chromium_code" ]
27 configs += [ "//build/config/compiler:no_chromium_code" ]
29 # Since we are never debug brotli, freeze the optimizations to -O2.
31 configs -= [ "//build/config/compiler:no_optimize" ]
33 configs -= [ "//build/config/compiler:optimize" ]
35 configs += [ "//build/config/compiler:optimize_max" ]
37 include_dirs = [ "dec" ]