IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e71e5a88 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch '291-qgsjetii-output-depends-on-gfortran-version' into 'master'

Resolve "QGSJetII output depends on gfortran version"

Closes #291

See merge request !242
parents beece705 b44cdd2c
No related branches found
No related tags found
2 merge requests!242Resolve "QGSJetII output depends on gfortran version",!234WIP: Initial example of python as script language from C++
Pipeline #1995 passed
......@@ -69,7 +69,7 @@ endif (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
# FYI: optimizer flags: -O2 would not trade speed for size, neither O2/3 use fast-math
# debug: O0, relwithdebinfo: 02, release: O3, minsizerel: Os (all defaults)
set (CMAKE_CXX_FLAGS "-Wall -pedantic -Wextra -Wno-ignored-qualifiers")
set (CMAKE_Fortran_FLAGS "-std=legacy")
set (CMAKE_Fortran_FLAGS "-std=legacy -Wfunction-elimination")
# setup coverage build type
set (CMAKE_CXX_FLAGS_COVERAGE "-g --coverage")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment