clang now supports -fdebug-prefix-map=.

Soong port of https://android-review.googlesource.com/204111

Change-Id: Id0569831f09845871d8e6990c310516bea5a2510
This commit is contained in:
Dan Willemsen
2016-03-01 13:45:48 -08:00
parent e4d7adeff5
commit 2808e09417

View File

@@ -31,7 +31,6 @@ var clangUnknownCflags = sorted([]string{
"-Wunused-but-set-parameter",
"-Wunused-but-set-variable",
"-fdiagnostics-color",
"-fdebug-prefix-map=/proc/self/cwd=",
// arm + arm64 + mips + mips64
"-fgcse-after-reload",