Skip to content

Commit

Permalink
Remove platform-specific compiler options from the main CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol-1 committed Sep 2, 2024
1 parent da170a1 commit c697c69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ target_link_libraries(blast

target_compile_options(blast
INTERFACE "-Wno-ignored-attributes" "-fno-math-errno" "-ftemplate-backtrace-limit=0"
# Enable SIMD instruction sets, otherwise it does not compile.
# This will change when we support multiple architectures.
INTERFACE "-march=native" "-mfma" "-mavx" "-mavx2" "-msse4"
)

# BLAST_WITH_BLASFEO
Expand Down

0 comments on commit c697c69

Please sign in to comment.