Revert "Make source files relative" 19/22419/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 13 Sep 2019 11:32:43 +0000 (13:32 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 13 Sep 2019 11:34:18 +0000 (13:34 +0200)
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 <jose.bollo@iot.bzh>
Change-Id: Id2f1f3890b5965e0a28f189834c758be5bd08d55

CMakeLists.txt

index da601e0..75a50dc 100644 (file)
@@ -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")