Skip to content

Suppress common warnings with all Intel debug builds

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 25 Jul 15:04
· 247 commits to main since this release
7dc4c81

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