aboutsummaryrefslogtreecommitdiff
path: root/third_party/openssl-nistz256/compiler.sh
blob: 4a9f2ce7712c482d731e4ac53994065be1074e77 (plain)
1
2
3
4
#!/bin/sh
set -eu

gcc -march=native -mtune=native -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes $@