redox/src
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
..
bin feat(cookbook): add the option to prefer static 2025-01-20 19:55:37 +11:00
blake3.rs Significantly simplify src/blake3.rs by using the new update_reader method 2024-01-08 19:41:23 +01:00
lib.rs Remove sha256 support 2024-01-08 20:00:30 +01:00
progress_bar.rs Remove legacy packaging 2024-10-18 12:57:17 -06:00
recipe_find.rs Fix make clean. 2024-03-23 14:10:29 +01:00
recipe.rs Add path source specifier 2024-09-10 10:37:19 +02:00