mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Build production Shardok optimized and profileable (#8750)
This commit is contained in:
@@ -11,6 +11,11 @@ if [ -n "${BAZEL_OUTPUT_BASE:-}" ]; then
|
||||
fi
|
||||
|
||||
"${bazel_cmd[@]}" build \
|
||||
-c opt \
|
||||
--strip=never \
|
||||
--copt=-gline-tables-only \
|
||||
--copt=-fno-omit-frame-pointer \
|
||||
--linkopt=-Wl,--build-id=sha1 \
|
||||
--platforms=//:linux_arm64 \
|
||||
--extra_toolchains=@llvm_toolchain_linux_arm64//:cc-toolchain-aarch64-linux \
|
||||
"$@" \
|
||||
|
||||
Reference in New Issue
Block a user