Closed martinRenou closed 3 years ago
@martinRenou you need to pass -D CMAKE_BUILD_TYPE=Release to the cmake command.
-D CMAKE_BUILD_TYPE=Release
Thanks!
I think the test failure is unrelated. It is probably due to the new kernel nudging thing, which causes more kernel info replies to be sent.
Yeah we've seen this failure multiple times, I'll merge
@martinRenou you need to pass
-D CMAKE_BUILD_TYPE=Release
to the cmake command.