Builds on CI should use --enable-fragile-hardening.

(cherry picked from commit c91a57ccf90308c6728184b43519f96b61acb95d)
This commit is contained in:
Isis Lovecruft 2017-07-24 23:07:09 +00:00
parent f2e3d13930
commit c718644251
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
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening
## We run `make check` because that's what https://jenkins.torproject.org does.
- make check