CryptoPkg/OpensslLib: Add NDEBUG flag for GCC Release builds

The OpenSSL build system enables debug information by default
unless NDEBUG is defined. This results in debug symbols being
included in GCC Release builds.

Add the NDEBUG flag to the GCC Release build flags to properly
disable debug information and align with standard Release build
practices.

Signed-off-by: Zihan Qi <zihanqi@amazon.com>
2 files changed