13 lines
538 B
Diff
13 lines
538 B
Diff
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
|
index 00d3892f3cd42661dcd696f01e009e483c45b1ea..584bc47de49ec0caf19ce9affa2fde17c0e0ddf8 100644
|
|
--- a/build/config/BUILDCONFIG.gn
|
|
+++ b/build/config/BUILDCONFIG.gn
|
|
@@ -352,6 +352,7 @@ is_posix = !is_win && !is_fuchsia
|
|
|
|
# Holds all configs used for running the compiler.
|
|
default_compiler_configs = [
|
|
+ "//brave/build:compiler",
|
|
"//build/config/compiler/pgo:default_pgo_flags",
|
|
"//build/config/compiler:afdo",
|
|
"//build/config/compiler:afdo_optimize_size",
|