Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanaguba committed Jan 21, 2025
1 parent 5189ebf commit 63371af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/machines/cmake_macros/oneapi-ifxgpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (compile_threaded)
string(APPEND CMAKE_EXE_LINKER_FLAGS " -qopenmp")
endif()

#adding -g here leads to linker internal errors
# 'just' -g may lead to linker internal errors and/or huge builds out of quotas
string(APPEND CMAKE_C_FLAGS_RELEASE " -O2 -g -gline-tables-only")
string(APPEND CMAKE_Fortran_FLAGS_RELEASE " -O2 -fpscomp logicals -g -gline-tables-only")
string(APPEND CMAKE_CXX_FLAGS_RELEASE " -fp-model precise -O2 -g -gline-tables-only")
Expand Down

0 comments on commit 63371af

Please sign in to comment.