mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 18:32:58 +00: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.