In < 0.2.9.x, --enable-fatal-warnings was --enable-gcc-warnings.

This commit is contained in:
Isis Lovecruft 2017-07-25 01:03:15 +00:00
parent c718644251
commit 6d0af8dacc
No known key found for this signature in database
GPG Key ID: C8E8B1AA4CF3844E
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ install:
script:
- ./autogen.sh
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-gcc-warnings --disable-silent-rules --enable-fragile-hardening
## We run `make check` because that's what https://jenkins.torproject.org does.
- make check