Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 849bd3b

Browse files
committed
Remove unused flags from build script.
1 parent 194c6ae commit 849bd3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ optParser.addOption('v', 'verbose', 'boolean', 'Whether use verbose level in bui
2020
optParser.addOption('r', 'rebuild', 'boolean', 'Whether clean before build');
2121
optParser.addOption('c', 'check', 'boolean', 'Whether check after build');
2222
optParser.addOption('j', 'jobs', 'string', 'Number of concurrent build jobs');
23-
optParser.addOption('f', 'features', 'list', 'Specify experinmental features to be enabled. Available features: quic.')
2423

2524
const options = optParser.parseArgs(process.argv);
2625

0 commit comments

Comments
 (0)