| commit | 30e72bc7c796ccf715f76ed1423e566641a16500 | [log] [tgz] |
|---|---|---|
| author | Zihan Qi <zihanqi@amazon.com> | Fri Oct 31 12:23:15 2025 +0000 |
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | Wed Nov 26 00:07:07 2025 +0000 |
| tree | c7eedaa0c53b3c5f30757dc2f36bcf0ad26b17aa | |
| parent | 2f644968bdc09a2571e63d3c09c429abbede8a3a [diff] |
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>