Skip to content

Fix debug build

Samuel Debionne requested to merge fix-debug-build into v1.8

The conda feature is now implemented like follow:

  • LIMA_ENABLE_DEBUG (log) is always ON in the conda package and is ON by default in CMake
  • DCMAKE_BUILD_TYPE=Debug with the debug feature
  • DCMAKE_BUILD_TYPE=RelWithDebinfo without the debug feature

Add a missing export for LIMA_ENABLE_DEBUG in the cmake package.

TODO:

  • Cherry pick to fix master as well

Merge request reports