redox/src/bin
Anhad Singh 3ee1f4da00 feat(cookbook): add the option to prefer static
By default all libraries and applications that can be dynamically linked
will be dynamically linked. You can override this behaviour by setting
the `COOKBOOK_PREFER_STATIC` environment variable. Note that if you
perviously did not use this flag, it might (most likely will) require a
complete userland sysroot recompilation.

It will look like this:
```bash
$ make clean
$ COOKBOOK_PREFER_STATIC=yes make image
```

For testing, the following will also work:
```bash
$ COOKBOOK_PREFER_STATIC=yes make cr.{PACKAGE_NAME} # obviously replace
                                                    # PACKAGE_NAME with
                                                    # the name of a package :)
```

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-01-20 19:55:37 +11:00
..
cook.rs feat(cookbook): add the option to prefer static 2025-01-20 19:55:37 +11:00
cookbook_redoxer.rs Add cookbook_redoxer, a wrapper to make it simpler to user redoxer 2020-05-22 10:03:26 -06:00
find_recipe.rs Add Recipe Subfolders 2023-08-09 21:15:42 +00:00
list_recipes.rs Remove legacy packaging 2024-10-18 12:57:17 -06:00