Skip to content

Add debug conda feature

Samuel Debionne requested to merge add-debug-conda-feature into master

LIMA_NO_DEBUG is not correlated with CMAKE_BUILD_TYPE anymore but triggered by a new CMake option LIMA_ENABLE_DEBUG (OFF by default). The reason is that Debug builds on Windows are not really possible / useful since everything has to be built in Debug mode including python! So the idea is to always build in RelWithDbgInfo and enable the lowest debug levels on demand.

Some benchmark about the real overhead of the traces would help, this complication might not be necessary after-all.

This MR also fixes an unrelated problem with the PROCESSLIB_WITHOUT_GSL macro being misspelled.

Edited by Samuel Debionne

Merge request reports