Skip to content

Commit 87bff21

Browse files
committed
change to have CMAKE_VERBOSE_OPTIMIZATIONS to turn on -fopt-info-vec-all
1 parent 3654139 commit 87bff21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (WIN32)
7979
add_compile_options(
8080
"$<$<CONFIG:Debug>:/bigobj>")
8181
else()
82-
if(CMAKE_VERBOSE_MAKEFILE)
82+
if(CMAKE_VERBOSE_OPTIMIZATIONS)
8383
add_compile_options(-fopt-info-vec-all)
8484
endif()
8585
add_compile_options(

0 commit comments

Comments
 (0)