From 58607718adf2cc921e9226fd2cde8caedc5ccef9 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 10 Sep 2019 18:10:43 +0200 Subject: Add file-prefix-map option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I275e60cad74074cada35755a464da85c3d821e92 Signed-off-by: José Bollo --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce870ab..c96027b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ add_compile_options(-ffunction-sections -fdata-sections) add_compile_options(-fPIC) add_compile_options(-g) add_compile_options(-fstack-protector -D_FORTIFY_SOURCE=2 -O2) +add_compile_options(-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.) set(CMAKE_C_FLAGS_PROFILING "-g -O2 -pg") set(CMAKE_C_FLAGS_DEBUG "-g -ggdb --fstack-protector -D_FORTIFY_SOURCE=2") -- cgit 1.2.3-korg