1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
Earle F. Philhower, III 100a8df33f
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.
2021-01-03 22:47:39 +01:00
..
2015-08-10 10:51:09 +03:00
2016-03-29 17:48:37 +03:00
2018-11-29 18:17:33 +01:00
2017-12-30 02:03:26 -03:00
2017-12-30 02:03:26 -03:00
2017-10-15 01:40:10 -05:00
2017-12-30 02:03:26 -03:00
2017-12-30 02:03:26 -03:00
2017-12-30 02:03:26 -03:00
2017-10-15 01:40:10 -05:00
2017-12-30 02:03:26 -03:00
2017-12-30 02:03:26 -03:00
2018-02-19 16:34:01 +03:00