We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee9c74 commit d1e73edCopy full SHA for d1e73ed
solcjs
@@ -18,7 +18,7 @@ program.name('solcjs');
18
program.version(solc.version());
19
program
20
.option('--version', 'Show version and exit.')
21
- .option('--optimize', 'Enable bytecode optimizer.')
+ .option('--optimize', 'Enable bytecode optimizer.', false)
22
.option('--bin', 'Binary of the contracts in hex.')
23
.option('--abi', 'ABI of the contracts.')
24
.option('--standard-json', 'Turn on Standard JSON Input / Output mode.')
0 commit comments