From 6be3181307f6bb3824eb322db67675f393671266 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 15 Dec 2022 10:46:47 -0800 Subject: [PATCH] added mention of compilation flags --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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`. -- 2.47.2