12 lines
405 B
Diff
12 lines
405 B
Diff
--- a/build/config/compiler/BUILD.gn
|
|
+++ b/build/config/compiler/BUILD.gn
|
|
@@ -1288,7 +1288,7 @@
|
|
} else {
|
|
# -ffile-compilation-dir is an alias for both -fdebug-compilation-dir=
|
|
# and -fcoverage-compilation-dir=.
|
|
- cflags += [ "-ffile-compilation-dir=." ]
|
|
+ cflags += [ "-fdebug-compilation-dir=." ]
|
|
swiftflags += [ "-file-compilation-dir=." ]
|
|
}
|
|
if (!is_win) {
|