local run with opt and copt (#1665)

Former-commit-id: c59de21a4e2d444b084a2a4f374a26bf160d5cbc
This commit is contained in:
2022-05-20 07:03:35 -07:00
committed by GitHub
parent a2e1773d29
commit 1fdfffe715
+2 -5
View File
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
bazel run //src/main/cpp/net/eagle0/shardok:shardok-server \
--compilation_mode=dbg \
--compilation_mode=opt \
--spawn_strategy=local \
-c dbg \
--javacopt="-g" \
--copt="-g" \
--strip="never" \
--copt="-Wno-error=unused-but-set-variable"