From: Yann Collet Date: Thu, 15 Dec 2022 18:46:47 +0000 (-0800) Subject: added mention of compilation flags X-Git-Tag: v1.5.4^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be3181307f6bb3824eb322db67675f393671266;p=thirdparty%2Fzstd.git added mention of compilation flags --- diff --git a/README.md b/README.md index 1f5a3c798..d34bda576 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,10 @@ Other available options include: The `Makefile` follows the [GNU Standard Makefile conventions](https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html), allowing staged install, standard flags, directory variables and command variables. +For advanced use cases, specialized compilation flags which control binary generation +are documented in [`lib/README.md`](lib/README.md#modular-build) for the `libzstd` library +and in [`programs/README.md`](programs/README.md#compilation-variables) for the `zstd` CLI. + ### cmake A `cmake` project generator is provided within `build/cmake`.