We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775b5de commit 516254dCopy full SHA for 516254d
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
yescrypt_module = Extension('yescrypt',
4
sources = ['yescrypt.c'],
5
- extra_compile_args=['-march=native', '-funroll-loops', '-fomit-frame-pointer'],
+ extra_compile_args=['-O2', '-funroll-loops', '-fomit-frame-pointer'],
6
include_dirs=['.'])
7
8
setup (name = 'yescrypt',
0 commit comments