diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-09-13 13:32:43 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-09-13 13:34:18 +0200 |
commit | 84d1859e9b64cc100251370c0412241108dd5b10 (patch) | |
tree | 0af5306eadf67154372d79708a84f4baf8341f0b | |
parent | 7129df470867291f917e6718dad2a964e113aad6 (diff) |
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 <jose.bollo@iot.bzh>
Change-Id: Id2f1f3890b5965e0a28f189834c758be5bd08d55
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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") |