Skip to content

Commit

Permalink
Add -c opt to linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombana committed Jun 18, 2024
1 parent 5a9716e commit 0df82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tools/release_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e -x

python configure.py

# Build
# `release_cpu_linux` will activate absolute paths to files that only exist in the tensorflow/build:2.16-pythonXX docker container
bazel build :build_pip_pkg \
-c opt \
--config=release_cpu_linux \
--copt=-fvisibility=hidden \
--verbose_failures
Expand Down

0 comments on commit 0df82a5

Please sign in to comment.