From 23b11c08bb5b810aa934d26e5f0596ff099d5389 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 18 Jan 2018 16:35:24 -0500 Subject: Pass -mbmi2 to gcc This will hopefully fix the issue where travis gcc complains about not being able to inline mulx. I hope. --- third_party/openssl-nistp256c64/compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/openssl-nistp256c64') diff --git a/third_party/openssl-nistp256c64/compiler.sh b/third_party/openssl-nistp256c64/compiler.sh index e64df574a..e199b5100 100755 --- a/third_party/openssl-nistp256c64/compiler.sh +++ b/third_party/openssl-nistp256c64/compiler.sh @@ -1,4 +1,4 @@ #!/bin/sh set -eu -gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes $@ +gcc -march=native -mbmi2 -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes $@ -- cgit v1.2.3