From: José Bollo Date: Fri, 13 Sep 2019 11:32:43 +0000 (+0200) Subject: Revert "Make source files relative" X-Git-Tag: 8.99.1~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=84d1859e9b64cc100251370c0412241108dd5b10 Revert "Make source files relative" This reverts commit 45a4e69d4ef15c70d2b74ea4d0d2e4cd22e3adea. Revert looks good because the issue has to be adressed by the build environment. Bug-AGL: SPEC-2801 Signed-off-by: José Bollo Change-Id: Id2f1f3890b5965e0a28f189834c758be5bd08d55 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index da601e08..75a50dcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,6 @@ add_compile_options(-Werror=implicit-function-declaration) add_compile_options(-ffunction-sections -fdata-sections) add_compile_options(-fPIC) add_compile_options(-g -O2) -add_compile_options(-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.) set (CMAKE_CXX_STANDARD 14) set(CMAKE_C_FLAGS_PROFILING "-g -O2 -pg -U_FORTIFY_SOURCE")