Files
adminandGitHub 1fdfffe715 local run with opt and copt (#1665)
Former-commit-id: c59de21a4e2d444b084a2a4f374a26bf160d5cbc
2022-05-20 07:03:35 -07:00

6 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
bazel run //src/main/cpp/net/eagle0/shardok:shardok-server \
--compilation_mode=opt \
--spawn_strategy=local \
--copt="-Wno-error=unused-but-set-variable"