mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
local run with opt and copt (#1665)
Former-commit-id: c59de21a4e2d444b084a2a4f374a26bf160d5cbc
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user