Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix mingw compilation under Windows.
  • Loading branch information
Lovok committed Mar 25, 2014
1 parent d62e3e6 commit 71feda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_modules/vertcoin_scrypt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
vtc_scrypt_module = Extension('vtc_scrypt',
sources = ['scryptmodule.c',
'scrypt.c'],
include_dirs=['.'], extra_compile_args=['-O3', '-msse3'])
include_dirs=['.'], extra_compile_args=['-O2'])

setup (name = 'vtc_scrypt',
version = '1.0',
Expand Down

0 comments on commit 71feda1

Please sign in to comment.