Skip to content

add debug option and disable strip if desired

Ron Williams requested to merge rw_van/cookbook:enable-debug into master

To build the debug version of a Cargo program, add COOKBOOK_DEBUG=true, and to not strip symbols from the final package, add COOKBOOK_NOSTRIP=true to the recipe (or to your environment) before calling cookbook_cargo or cookbook_cargo_packages.

Merge request reports