CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Refactor MPACT Debug Build Flags #213

Closed jpjones6 closed 4 years ago

jpjones6 commented 4 years ago

Change set of gcc flags for debug build to warn for more problems and to increase performance using -Og (gcc's debug specific optimization level). Speeds up debug build by a factor of ~2 while not increasing compile time. This work is part of #6196.

stimpsonsg commented 4 years ago

To verify...you've run what level of regression tests?

jpjones6 commented 4 years ago

Basic

stimpsonsg commented 4 years ago

Okay...since it's debug, let's at least verify it with CONTINUOUS, but should be good.

jpjones6 commented 4 years ago

All CONTINUOUS tests passed.

stimpsonsg commented 4 years ago

alright, let's see what's up