source: palm/trunk/TESTS/builds/gfortran_serial_default/build_config.yml @ 4676

Last change on this file since 4676 was 4676, checked in by pavelkrc, 4 years ago

Fix traceback information in gfortran debug build config for palmtest

File size: 978 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  id: GNU
6  executable: "{{GNU.executable}}"
7  mpi_wrapper: "{{GNU.executable}}"
8  definitions:
9    - "__netcdf"
10    - "__netcdf4"
11    - "__fftw"
12    - "__rrtmg"
13    - "__gfortran"
14  options:
15    default:
16      - "-cpp"
17      - "-Wall"
18      - "-Werror"
19      - "-Wextra"
20      - "-pedantic"
21      - "-Wno-maybe-uninitialized"
22      - "-Wno-conversion"
23      - "-Wno-compare-reals"
24      - "-Ofast"
25      - "-ffree-line-length-none"
26    debug:
27      - "-cpp"
28      - "-O0"
29      - "-g"
30      - "-Wall"
31      - "-Werror"
32      - "-Wextra"
33      - "-pedantic"
34      - "-fcheck=all"
35      - "-fbacktrace"
36      - "-Wno-conversion"
37      - "-Wno-compare-reals"
38      - "-finit-real=nan"
39      - "-ffree-line-length-none"
40  includes:
41    - "{{GNU.include.netcdf}}"
42    - "{{GNU.include.fftw}}"
43    - "{{GNU.include.rrtmg}}"
44
45linker:
46  options:
47    - "{{GNU.lib.netcdf}}"
48    - "{{GNU.lib.fftw}}"
49    - "{{GNU.lib.rrtmg}}"
Note: See TracBrowser for help on using the repository browser.