From fdcbb226b312460701b073c820ed9ec64151b50f Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 7 Aug 2024 10:55:19 +0200 Subject: Update derived files --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6c0a3c5..7c2d24e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ A rule to provide defaults. All CC targets take their defaults for CC, CXX, flag | `"CFLAGS"` | Flags for C compilation. Specifying this field overwrites values from `"base"`. | | `"CXXFLAGS"` | Flags for C++ compilation. Specifying this field overwrites values from `"base"`. | | `"LDFLAGS"` | Linker flags for linking the final CC library. Specifying this field overwrites values from `"base"`. | +| `"ARFLAGS"` | Arguments to tell the archiver to create an archive with the specified object files. If the `"ARFLAGS"` specified in the defaults target are empty, the rules will use `["cqs"]`. | | `"ADD_COMPILE_FLAGS"` | Additional compilation flags for C and C++. Specifying this field extends values from `"base"` for both, `"CFLAGS"` and `"CXXFLAGS"`. | | `"ADD_CFLAGS"` | Additional compilation flags specific for C. Specifying this field extends values from `"base"`. | | `"ADD_CXXFLAGS"` | Additional compilation flags specific for C++. Specifying this field extends values from `"base"`. | -- cgit v1.2.3