From fb8850ca1bb6b7dec0105ca4bf3f490079879068 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 13 Sep 2019 13:38:25 +0200 Subject: Revert "Add option to make source files relative" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b4828cad913e6218afc2647b80464aff3c7ed170. Revert looks good because the issue has to be adressed by the build environment. Bug-AGL: SPEC-2801 Change-Id: I8b469ce1c42e3d1fbf00128ddfd365cfff3a1f7c Signed-off-by: José Bollo --- src/cmake/cmake.d/01-build_options.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmake/cmake.d/01-build_options.cmake b/src/cmake/cmake.d/01-build_options.cmake index ccd8b13..3b1eca7 100644 --- a/src/cmake/cmake.d/01-build_options.cmake +++ b/src/cmake/cmake.d/01-build_options.cmake @@ -58,7 +58,6 @@ set(COMPILE_OPTIONS -Wall -Werror=implicit-function-declaration -ffunction-sections -fdata-sections - -ffile-prefix-map=${CMAKE_SOURCE_DIR}=. -fPIC CACHE STRING "Compilation flags") set(COMPILE_OPTIONS_GNU -Werror=maybe-uninitialized CACHE STRING "GNU Compile specific options") -- cgit 1.2.3-korg