diff --git a/cmake/compilers.cmake b/cmake/compilers.cmake index 281cf6c..0ec2732 100644 --- a/cmake/compilers.cmake +++ b/cmake/compilers.cmake @@ -1,6 +1,3 @@ -set(CMAKE_CONFIGURATION_TYPES "Release;Debug" CACHE STRING "Build type selections" FORCE) - - if(CMAKE_Fortran_COMPILER_ID STREQUAL GNU) add_compile_options(-mtune=native -fimplicit-none -Werror=line-truncation "$<$:-fcheck=all;-fexceptions;-ffpe-trap=invalid,zero,overflow;-finit-real=nan;-Wconversion>"