Skip to content

Commit 332326e

Browse files
committed
add debug output
1 parent 7b6931c commit 332326e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1818
message(STATUS "ICU_INCLUDE_DIR: ${ICU_INCLUDE_DIR}")
1919
message(STATUS "ICU_LIBRARY_DIR: ${ICU_LIBRARY_DIR}")
2020
message(STATUS "ICU_STATIC_LIBS: ${ICU_STATIC_LIBS}")
21+
set(CMAKE_VERBOSE_MAKEFILE ON)
2122

2223
################################################################################
2324
### interprocedural optimization (link time optimization)

0 commit comments

Comments
 (0)