Skip to content

Commit 981e02b

Browse files
Update CMakeLists.txt
1 parent 7a0e878 commit 981e02b

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
@@ -65,7 +65,7 @@ add_executable(next ${SRC_FILES} ${ARGPARSE_FILES})
6565
# ============================
6666
# Vectorization reports
6767
# ============================
68-
option(ENABLE_VEC_REPORT "Enable compiler vectorization reports" ON)
68+
option(ENABLE_VEC_REPORT "Enable compiler vectorization reports" OFF)
6969

7070
if(ENABLE_VEC_REPORT)
7171
if(CMAKE_CXX_COMPILER_ID MATCHES "IntelLLVM")

0 commit comments

Comments
 (0)