Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Add optimizer configuration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Sep 6, 2017
1 parent 46ff9f3 commit 11e6e6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _site/public/docs/advanced/configuration.md
Expand Up @@ -82,6 +82,22 @@ mocha: {
}
```

# Solidity Compiler Configuration

Solidity compiler settings. Supports optimizer settings for `solc`.

### solc

Example:
```javascript
solc: {
optimizer: {
enabled: true,
runs: 200
}
}
```

# EthPM Configuration

This configuration applies to the optional `ethpm.json` file that exists alongside your `truffle.js` configuration file.
Expand Down

0 comments on commit 11e6e6e

Please sign in to comment.