Skip to content

Commit 2f1f13f

Browse files
committed
fixed compile flags that was breaking clang code
1 parent 6dcf55d commit 2f1f13f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ if (CMAKE_CXX_COMPILER_ID IN_LIST GNU_LIKE_FRONTENDS)
1717
-fno-trapping-math
1818
-fassociative-math
1919
-freciprocal-math
20-
-fmerge-all-constants
2120
-ftree-vectorize
2221
)
2322
# if -fimplicit-constexpr is supported, add it to the list of flags

0 commit comments

Comments
 (0)