From eb295fccb4b4c92bbf002854914bc2d2b058af9a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 19 Feb 2016 13:34:57 -0800 Subject: [PATCH] clang now supports -fdebug-prefix-map=. Change-Id: Id0569831f09845871d8e6990c310516bea5a2510 --- core/clang/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/clang/config.mk b/core/clang/config.mk index e1ad3ceb20..cb0a7907e2 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -90,7 +90,6 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \ -Wunused-but-set-parameter \ -Wunused-but-set-variable \ -fdiagnostics-color \ - -fdebug-prefix-map=/proc/self/cwd= # Clang flags for all host rules CLANG_CONFIG_HOST_EXTRA_ASFLAGS :=