summaryrefslogtreecommitdiffstats
path: root/src/cmake/cmake.d/01-build_options.cmake
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-09-13 13:38:25 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-09-13 13:40:17 +0200
commitfb8850ca1bb6b7dec0105ca4bf3f490079879068 (patch)
tree0cae38530c08fc96412025ee5024b2aba2015938 /src/cmake/cmake.d/01-build_options.cmake
parentb4828cad913e6218afc2647b80464aff3c7ed170 (diff)
Revert "Add option to make source files relative"
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'src/cmake/cmake.d/01-build_options.cmake')
-rw-r--r--src/cmake/cmake.d/01-build_options.cmake1
1 files changed, 0 insertions, 1 deletions
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")