Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -191,4 +191,4 @@ configure_package_config_file(
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libaccessom2-config.cmake
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libaccessom2
)
)