Allow --revert-strings flag to pass to compiler for forge build
#1375
Labels
C-forge
Command: forge
Cmd-forge-build
Command: forge build
D-easy
Difficulty: easy
P-normal
Priority: normal
T-feature
Type: feature
Component
Forge
Describe the feature you would like
The solidity compiler accepts a
revertStrings
config which allows user-supplied revert strings to be stripped (for bytecode size) or for EVM revert strings to be added (for debugging). As far as I can tell this is not currently accessible throughforge build
.Additional context
Config can be found here: https://docs.soliditylang.org/en/v0.8.13/using-the-compiler.html
The text was updated successfully, but these errors were encountered: