Skip to content

Commit

Permalink
Merge pull request #1506 from hzeller/20221013-smoke-test-compile-opt
Browse files Browse the repository at this point in the history
for smoke tests: compile tools  with opt.
  • Loading branch information
hzeller authored Oct 13, 2022
2 parents e0e0809 + 8b4a743 commit 65a8b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bin/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ readonly TERM_RESET=$'\033[0m'
# TODO: Consider running with
# * address sanitizer (best result with libc++). CAVE: slow
# * running with -D_GLIBCXX_DEBUG (also see #1056)
bazel build :install-binaries
bazel build -c opt :install-binaries

readonly BINARY_BASE_DIR=bazel-bin/verilog/tools

Expand Down

0 comments on commit 65a8b5b

Please sign in to comment.