Add ability to archive build object files into a .a library file to the BUILD build system module.
This commit is contained in:
parent
924edb2f9a
commit
bf5b49ecf5
2 changed files with 18 additions and 5 deletions
|
@ -70,6 +70,10 @@
|
|||
* <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>lib</tt></td>
|
||||
* <td>Build and archive all source files into a library A binary file.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>all</tt></td>
|
||||
* <td>Build and link the application into ELF debug and HEX binary files.</td>
|
||||
* </tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue