aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64/compiler.sh
blob: 73e1a78e0dea346b0d3560f6f2f4e7e1cff55dec (plain)
1
2
3
4
#!/bin/sh
set -eu

gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mbmi2 -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing "$@"