Eneas U de Queiroz 750d52f6c9 wolfssl: use -fomit-frame-pointer to fix asm error
32-bit x86 fail to compile fast-math feature when compiled with frame
pointer, which uses a register used in a couple of inline asm functions.

Previous versions of wolfssl had this by default.  Keeping an extra
register available may increase performance, so it's being restored for
all architectures.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-06-03 16:49:28 +02:00
..
2020-04-28 07:45:00 +02:00
2019-01-24 10:39:30 +01:00
2020-04-01 16:36:04 +01:00
2020-02-22 16:34:57 +01:00
2020-01-17 00:42:49 +02:00
2019-01-24 10:39:30 +01:00
2019-11-01 21:19:40 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2020-04-17 23:43:01 +02:00
2020-03-05 20:48:58 +01:00
2020-01-05 19:36:45 +01:00
2019-11-23 21:32:04 +01:00
2020-04-21 22:59:56 +02:00
2019-02-26 23:20:04 +01:00
2019-10-12 23:43:08 +02:00
2020-03-25 19:34:34 +01:00