diff options
| author | ruki <[email protected]> | 2022-05-21 12:42:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-21 12:42:54 +0800 |
| commit | 4a858cc597b62dddd4e21d55460bf888e03f3cef (patch) | |
| tree | 0828ea89969121ad210afcd82255e710be551100 /README.md | |
| parent | e98f6cac659fe13ff28afc7c9849185a221479ed (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -306,6 +306,7 @@ c51 Keil development tools for the 8051 Microcontroller Architecture * A large number of expansion modules * Remote compilation support * Distributed compilation support +* Local and remote build cache support ## Supported Projects @@ -338,10 +339,14 @@ c51 Keil development tools for the 8051 Microcontroller Architecture For more details see: [#274](https://github.com/xmake-io/xmake/issues/274) -## Remote compilation +## Remote Compilation For more details see: [#622](https://github.com/xmake-io/xmake/issues/622) +## Local/Remote Build Cache + +For more details see: [#622](https://github.com/xmake-io/xmake/issues/2371) + ## More Examples #### Debug and release profiles |
