Define -c opt for release builds (#5033)

* define -c opt for release builds
* Merge branch 'master' into c-opt
This commit is contained in:
Preston Van Loon 2020-03-06 21:50:26 -08:00 committed by GitHub
parent af28862e94
commit 98faf95943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ run --define kafka_enabled=false
# Release flags
build:release --workspace_status_command=./scripts/workspace_status.sh
build:release --stamp
build:release --compilation_mode=opt
# multi-arch cross-compiling toolchain configs:
-----------------------------------------------