mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
6 lines
181 B
Bash
Executable File
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" |