Skip to content

Commit

Permalink
Build daml-script library with -Werror (digital-asset#4028)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored and mergify[bot] committed Jan 13, 2020
1 parent c88d418 commit ad53c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daml-script/daml/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ version: 0.0.1
dependencies:
- daml-stdlib
- daml-prim
build-options: ["--ghc-option", "-Werror"]
EOF
$(location //compiler/damlc) build --project-root=$$TMP_DIR -o $$PWD/$(location daml-script.dar)
rm -rf $$TMP_DIR
Expand Down

0 comments on commit ad53c8a

Please sign in to comment.