[Bug] Fails to build with BUILD_TYPE=Debug using gcc, need -Wno-cpp flag to disable #warning directives

Feature Request

Summary

Current flags introduced by -DCMAKE_BUILD_TYPE=Debug works with clang, but not gcc.

Acceptance Criteria

  • Flags introduced by BUILD_TYPE=Debug builds with both gcc and clang

Design / Technical Approach

Dependencies

Testing Plan

Edited by David Pham