Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use -Os for NO_UDBL_DIVISION and NO_64BIT_MULTIPLICATION
Build with -Os when testing that the options MBEDTLS_NO_UDBL_DIVISION and MBEDTLS_NO_64BIT_MULTIPLICATION cause the forbidden auxiliary function not to be used. -Os is more likely to cause the function not to be inlined, and it's also the option that's most likely to be used on these targets. In the arm build with the default configuration, keep -O0 for variety. Pass it explicitly for clarity.
- Loading branch information