Suppress common warnings with all Intel debug builds
This release of ESMA_cmake suppresses some annoying warning when building as Debug. The user cannot really do much to correct them, so there is no reason to have displayed.
From CHANGELOG.md
Changed
- Suppress common unneeded warnings with all debug builds with Intel
warning #5462: Global name too long
warning #10337: option '-fno-builtin' disables '-imf*' option
What's Changed
- Suppress some useless warnings at all times with Intel Debug by @mathomp4 in #323
- GitFlow: Develop into Main for release by @mathomp4 in #324
Full Changelog: v3.30.0...v3.31.0