Skip to content

Commit

Permalink
pass -march=native as CFLAG for SSSE3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Paxton committed Dec 12, 2018
1 parent 7193683 commit 872f522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ otp_release:

install:
- git clone https://github.com/jedisct1/libhydrogen
- pushd libhydrogen && CFLAGS=-fPIC make && sudo make install && popd
- pushd libhydrogen && CFLAGS="-fPIC -march=native" make && sudo make install && popd

script:
- rebar3 do proper --cover --numtests 500, cover -v

0 comments on commit 872f522

Please sign in to comment.