Skip to content

Commit

Permalink
Fix a typo in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
naotohori committed May 15, 2022
1 parent 84fd528 commit bebfa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()
if (CMAKE_Fortran_COMPILER_ID MATCHES GNU)
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -Wall -g -fbacktrace -ffpe-trap=zero,overflow,denormal,underflow -ffree-line-length-none -fbounds-check -fmax-errors=5")
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -march=native -ffree-line-length-none")
set(CMAKE_Fortran_FLAGS_RELWITHDEBINFO "-O3 -g march=native -ffree-line-length-none")
set(CMAKE_Fortran_FLAGS_RELWITHDEBINFO "-O3 -g -march=native -ffree-line-length-none")
endif()


Expand Down

0 comments on commit bebfa78

Please sign in to comment.