We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b91b2c commit da8ccfdCopy full SHA for da8ccfd
1 file changed
cmd/bee/cmd/cmd.go
@@ -341,6 +341,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
341
cmd.Flags().String(optionAutoTLSRegistrationEndpoint, p2pforge.DefaultForgeEndpoint, "autotls registration endpoint")
342
cmd.Flags().String(optionAutoTLSCAEndpoint, p2pforge.DefaultCAEndpoint, "autotls certificate authority endpoint")
343
cmd.Flags().Bool(optionNamePubsubBrokerMode, true, "enable pubsub broker mode")
344
+ cmd.Flags().Bool(optionUseSIMD, false, "use SIMD BMT hasher (available only on linux amd64 platforms)")
345
}
346
347
// preRun must be called from every command's PreRunE, after which c.logger is
0 commit comments