Skip to content

Commit c89ebd4

Browse files
committed
added missing flag
1 parent 76948c6 commit c89ebd4

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
@@ -19,6 +19,7 @@ if (CMAKE_CXX_COMPILER_ID IN_LIST GNU_LIKE_FRONTENDS)
1919
-fassociative-math
2020
-freciprocal-math
2121
-fmerge-all-constants
22+
-ftree-vectorize
2223
)
2324
# if the compiler does support -fimplicit-constexpr add it
2425
check_cxx_compiler_flag("-fimplicit-constexpr" COMPILER_SUPPORTS_FIMPLICIT_CONSTEXPR)

0 commit comments

Comments
 (0)