Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 695 Bytes

core-build-options.md

File metadata and controls

24 lines (15 loc) · 695 Bytes

Cache Options

--force
    Clear the cache and artifacts folder and recompile.

Linker Options

--libraries libraries
    Set pre-linked libraries.

    The parameter must be in the format <remapped path to lib>:<library name>:<address>, e.g. src/Contract.sol:Library:0x....

    Can also be set in your configuration file as libraries = ["<path>:<lib name>:<address>"].

{{#include compiler-options.md}}

{{#include project-options.md}}

-o path
--out path
    The project's artifacts directory.

--silent
    Suppress all output.