fix broken debugging due to -ffile-prefix-map
This commit is contained in:
parent
a75ffa940d
commit
ddea47ba59
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ target_compile_features(logc PRIVATE c_std_11)
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
target_compile_definitions(logc PRIVATE -DLOG_USE_COLOR)
|
target_compile_definitions(logc PRIVATE -DLOG_USE_COLOR)
|
||||||
endif()
|
endif()
|
||||||
target_compile_options(logc INTERFACE -ffile-prefix-map=${CMAKE_SOURCE_DIR}=. PRIVATE ${DP_WARN_FLAGS})
|
target_compile_options(logc INTERFACE -fmacro-prefix-map=${CMAKE_SOURCE_DIR}=. PRIVATE ${DP_WARN_FLAGS})
|
||||||
|
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue