Allow to disable library archiving ("*.ar") // Resolve #719

This commit is contained in:
Ivan Kravets
2016-07-24 20:04:09 +03:00
parent 01c0b45ea2
commit 187315fc08
5 changed files with 66 additions and 33 deletions
+4
View File
@@ -461,6 +461,10 @@ options:
- ``String``
- Launch extra script before build process.
More details :ref:`projectconf_extra_script`
* - ``libArchive``
- ``Boolean``
- Archive object files to Static Library. This is default behavior of
PlatformIO Build System (``"libArchive": true``).
**Examples**