Skip to content

Commit

Permalink
add bazel nocopts flag. resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Sep 14, 2020
1 parent 5f46edc commit a6ddd4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/bazel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build --force_pic
build --strip=never
build --strict_system_includes

# To address https://github.com/bazelbuild/bazel/issues/8706
build --incompatible_disable_nocopts=false

# Require the return value of certain functions to be checked.
build --copt=-Werror=unused-result

Expand Down

0 comments on commit a6ddd4d

Please sign in to comment.