diff --git a/CMakeLists.txt b/CMakeLists.txt index 69ab9d5..d3c5a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ endif() if(CMAKE_Fortran_COMPILER_ID MATCHES Intel) set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -fpe0 -fp-model precise -fp-model source -align all -traceback") set(CMAKE_Fortran_FLAGS_DEBUG "-g3 -O0 -check all") - set(CMAKE_Fortran_FLAGS_RELEASE "-g3 -O2 -axCORE-AVX2 -debug all -check none -qopt-report=5 -qopt-report-annotate") + set(CMAKE_Fortran_FLAGS_RELEASE "-g3 -O2 -debug all -check none ") endif() find_package(PkgConfig REQUIRED) @@ -191,4 +191,4 @@ configure_package_config_file( ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libaccessom2-config.cmake DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libaccessom2 -) \ No newline at end of file +)