Skip to content

Commit 516254d

Browse files
committed
Fix: optimize option
1 parent 775b5de commit 516254d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
yescrypt_module = Extension('yescrypt',
44
sources = ['yescrypt.c'],
5-
extra_compile_args=['-march=native', '-funroll-loops', '-fomit-frame-pointer'],
5+
extra_compile_args=['-O2', '-funroll-loops', '-fomit-frame-pointer'],
66
include_dirs=['.'])
77

88
setup (name = 'yescrypt',

0 commit comments

Comments
 (0)