Skip to content

Commit

Permalink
Merge pull request tensorflow#37486 from tensorflow/mm-r2.2-debug-win…
Browse files Browse the repository at this point in the history
…-build

Debug windows builds, add `-s` bazel flag
  • Loading branch information
mihaimaruseac authored Mar 10, 2020
2 parents c251e83 + 31ab265 commit 3c1e8c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ bazel build --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
--output_filter=^$ \
tensorflow/lite:framework tensorflow/lite/examples/minimal:minimal || exit $?

bazel build --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
bazel build -s --announce_rc --config=opt ${EXTRA_BUILD_FLAGS} \
--output_filter=^$ \
tensorflow/tools/pip_package:build_pip_package || exit $?

Expand Down

0 comments on commit 3c1e8c0

Please sign in to comment.