diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-07 10:55:19 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-07 10:55:19 +0200 |
commit | fdcbb226b312460701b073c820ed9ec64151b50f (patch) | |
tree | 605e03d7d9c315acaaa16dec132981bdf153dccb | |
parent | 889c9839e8df150f70daae0965e5f8eacb8c5954 (diff) | |
download | rules-cc-fdcbb226b312460701b073c820ed9ec64151b50f.tar.gz |
Update derived files
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"`. | |