File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11----------------------------------------------------------------------
22Version 1.11.0 - 2021-??-??
3+ - bugfix: function inline errors in debug optimization (-Og)
4+ Compiler does not inline any functions when using debug
5+ optimization (-Og). Hence, remove -Winline flag when compiling with
6+ debug optimization.
7+ Thanks to Yash Shinde for the patch.
8+ - CI: upgrading to newer ubuntu version as required by github
9+ we used older ubuntu versions as base for our containers, these
10+ versions are no longer available in github actions. As such,
11+ we upgraded. Has no effect on testbench as we execute everything
12+ in container environment and container remains the same.
313- tcp: fix some compiler warnings with enable-tls-openssl
414 When --enable-tls=no and --enable-tls-openssl=yes, the following
515 compiler errors were reported.
You can’t perform that action at this time.
0 commit comments