Skip to content

Commit

Permalink
Re-enabled static builds with clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Oct 29, 2019
1 parent a89d06b commit ab97d94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ before_install:
script:
- make sslscan CC=clang
- make sslscan CC=gcc
# OpenSSL can't be compiled out-of-the box with clang, see
# http://wiki.openssl.org/index.php/Compilation_and_Installation#Modifying_Build_Settings
#- make static CC=clang
- make static CC=clang
- make static CC=gcc
- make -f Makefile.mingw

0 comments on commit ab97d94

Please sign in to comment.