Skip to content

add debug option and disable strip if desired

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

Loading