Skip to content

Commit

Permalink
cmake: [DEBUG] Print CMAKE_CXX_COMPILE_OPTIONS_IPO
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Nov 13, 2023
1 parent 7400ca5 commit 03d57b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ project("Bitcoin Core"
LANGUAGES CXX ASM
)

message("================== CMAKE_CXX_COMPILE_OPTIONS_IPO is ${CMAKE_CXX_COMPILE_OPTIONS_IPO}")
message("================== CMAKE_CXX_LINK_OPTIONS_IPO is ${CMAKE_CXX_LINK_OPTIONS_IPO}")
return()

set(PACKAGE_NAME ${PROJECT_NAME})
set(CLIENT_VERSION_IS_RELEASE "false")
set(COPYRIGHT_YEAR "2023")
Expand Down

0 comments on commit 03d57b9

Please sign in to comment.