NOAA-GFDL / FMS

GFDL's Flexible Modeling System
Other
87 stars 128 forks source link

fix cmake debug build #1532

Closed rem1776 closed 2 weeks ago

rem1776 commented 1 month ago

Description

971 made some changes so that the debug build wouldn't set some default flags (in favor of setting the flags manually). This was useful for testing the build but is non-standard and not a good idea, so this removes all of those changes.

Also updates the CI to use both build types in order to catch this error.

Fixes #1531

How Has This Been Tested? built with gcc 13 and latest oneapi on amd box

Checklist: