mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Reduce BearSSL code size by not -O2 FSMs (#7807)
The FSMs that drive the encryption logic are not performance critical, but they are very large. Build BearSSL using -Os on them, leaving -O2 everywhere else (i.e. encryption) for speed. Saves 1-2KB of flash for SSL applications.
This commit is contained in:
committed by
GitHub
parent
da138456a6
commit
100a8df33f
Submodule tools/sdk/ssl/bearssl updated: 28bebad562...c0b69dfb83
Reference in New Issue
Block a user