Skip to content

Commit

Permalink
fixed compile flags that was breaking clang code
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia committed Jul 16, 2024
1 parent 6dcf55d commit 2f1f13f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if (CMAKE_CXX_COMPILER_ID IN_LIST GNU_LIKE_FRONTENDS)
-fno-trapping-math
-fassociative-math
-freciprocal-math
-fmerge-all-constants
-ftree-vectorize
)
# if -fimplicit-constexpr is supported, add it to the list of flags
Expand Down

0 comments on commit 2f1f13f

Please sign in to comment.