Changeset 4445 for palm/trunk


Ignore:
Timestamp:
Mar 5, 2020 4:17:07 PM (4 years ago)
Author:
raasch
Message:

config update for serial build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TESTS/builds/gfortran_serial_default/build_config.yml

    r4429 r4445  
    1515    default:
    1616      - "-cpp"
     17      - "-Wall"
     18      - "-Werror"
     19      - "-Wextra"
    1720      - "-pedantic"
     21      - "-Wno-maybe-uninitialized"
    1822      - "-Wno-conversion"
    1923      - "-Wno-compare-reals"
     
    2327      - "-cpp"
    2428      - "-O0"
     29      - "-Wall"
     30      - "-Werror"
     31      - "-Wextra"
     32      - "-pedantic"
    2533      - "-fcheck=all"
    2634      - "-fbacktrace"
Note: See TracChangeset for help on using the changeset viewer.