Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
chengcli committed Mar 16, 2024
1 parent 0b56a5e commit 2b178ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/compilers.cmake
Original file line number Diff line number Diff line change
@@ -36,9 +36,9 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
add_link_options("-fuse-ld=lld")
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
set(CMAKE_CXX_FLAGS_RELEASE
"-O3 -qopenmp-simd")
"-O3")
set(CMAKE_C_FLAGS_RELEASE
"-O3 -qopenmp-simd")
"-O3")

set(CMAKE_CXX_FLAGS_DEBUG "-g3")
set(CMAKE_C_FLAGS_DEBUG "-g3")

0 comments on commit 2b178ff

Please sign in to comment.