mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 06:52:23 +02:00
We don't compile in the assembly code if compiler optimisations are disabled as the number of registers used in the assembly code doesn't work with the -O0 option. Also anyone select -O0 probably doesn't want to compile in the assembly code anyway.