aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64/compiler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/NISTP256/AMD64/compiler.sh')
-rwxr-xr-xsrc/Specific/NISTP256/AMD64/compiler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Specific/NISTP256/AMD64/compiler.sh b/src/Specific/NISTP256/AMD64/compiler.sh
index 9a89c85f7..518f95765 100755
--- a/src/Specific/NISTP256/AMD64/compiler.sh
+++ b/src/Specific/NISTP256/AMD64/compiler.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -eu
-gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing $@
+gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing "$@"