You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
544 B
12 lines
544 B
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|
--- a/build/config/compiler/BUILD.gn
|
|
+++ b/build/config/compiler/BUILD.gn
|
|
@@ -1264,7 +1264,7 @@ config("compiler_deterministic") {
|
|
} else {
|
|
# -ffile-compilation-dir is an alias for both -fdebug-compilation-dir=
|
|
# and -fcoverage-compilation-dir=.
|
|
- cflags += [ "-ffile-compilation-dir=." ]
|
|
+ cflags += [ "-fdebug-compilation-dir=." ]
|
|
}
|
|
if (!is_win) {
|
|
# We don't use clang -cc1as on Windows (yet? https://crbug.com/762167)
|
|
|