We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba5954 commit 84b8607Copy full SHA for 84b8607
ethereum/tools/_solidity.py
@@ -56,7 +56,6 @@ def solc_arguments(libraries=None, combined='bin,abi',
56
""" Build the arguments to call the solc binary. """
57
args = [
58
'--combined-json', combined,
59
- '--add-std'
60
]
61
62
if optimize:
0 commit comments