mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 13:03:39 +02:00
build: Unify -logsourcelocations
format
This commit is contained in:
@@ -23,14 +23,6 @@ if(NOT MSVC)
|
||||
else()
|
||||
set(WITH_CCACHE OFF)
|
||||
endif()
|
||||
if(WITH_CCACHE)
|
||||
try_append_cxx_flags("-fdebug-prefix-map=A=B" TARGET core_interface SKIP_LINK
|
||||
IF_CHECK_PASSED "-fdebug-prefix-map=${PROJECT_SOURCE_DIR}=."
|
||||
)
|
||||
try_append_cxx_flags("-fmacro-prefix-map=A=B" TARGET core_interface SKIP_LINK
|
||||
IF_CHECK_PASSED "-fmacro-prefix-map=${PROJECT_SOURCE_DIR}=."
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
mark_as_advanced(CCACHE_EXECUTABLE)
|
||||
|
Reference in New Issue
Block a user