Commit 4f1e8f5
native: debug: Set speed optimization if ASAN is used
Set speed optimization, instead of size, in case address sanitizer is
enabled for native_posix. This is need as the i386 assembly code used
in mbetls does not compile if address sanitizer is used together with
size optimization.
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>1 parent b569419 commit 4f1e8f5
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
0 commit comments