Skip to content

Commit aa5ff28

Browse files
committed
Update qpp_compiler_flags.cmake
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
1 parent 238d086 commit aa5ff28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/qpp_compiler_flags.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/qpp_select_target.cmake)
55
qpp_select_target(QPP_TARGET "qpp_compiler_flags")
66

77
option(QPP_QUBIT_OPTIMIZATIONS "Enable qubit-specific optimizations" ON)
8+
message(STATUS "Qubit optimizations - ${QPP_QUBIT_OPTIMIZATIONS}")
89

910
target_compile_options(
1011
${QPP_TARGET}
@@ -74,4 +75,4 @@ if(NOT CMAKE_BUILD_TYPE)
7475
"Choose the type of build: None Debug Release MinSizeRel RelWithDebInfo."
7576
FORCE)
7677
endif()
77-
message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
78+
message(STATUS "Build type: ${CMAKE_BUILD_TYPE}${CMAKE_CONFIGURATION_TYPES}")

0 commit comments

Comments
 (0)