We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad2109 commit 88bf26bCopy full SHA for 88bf26b
_build.sh
@@ -60,7 +60,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
60
# pico build with less features, see README.md
61
# bldtst build without 3rd-party dependencies (except zlib) (for testing)
62
# zero build without 3rd-party dependencies (for testing, implies 'small' option)
63
-# trurl build trurl (default for 'dev' and 'test' configs)
+# trurl build trurl (default for 'dev' and 'test' configs) (alongside a second, minimal, libcurl, for trurl only)
64
# thinlto build with ThinLTO enabled (requires llvm) [EXPERIMENTAL]
65
# small optimize for size
66
# r64 build riscv64 target only [EXPERIMENTAL]
0 commit comments