aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
354 stars 111 forks source link

NASM use default debug format #1747

Closed justsmth closed 1 month ago

justsmth commented 1 month ago

Issues

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.30%. Comparing base (5fd0f08) to head (4d6d663). Report is 15 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1747 +/- ## ========================================== - Coverage 78.43% 78.30% -0.13% ========================================== Files 580 580 Lines 96756 96998 +242 Branches 13877 13904 +27 ========================================== + Hits 75888 75959 +71 - Misses 20249 20417 +168 - Partials 619 622 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

justsmth commented 1 month ago

this doesn't apply to Arm?

We only use NASM for Windows x86 & x86-64