Skip to content

Commit

Permalink
fix zny_yespower_0_5 module
Browse files Browse the repository at this point in the history
  • Loading branch information
y-chan committed Jul 14, 2019
1 parent 4b788c0 commit 1398afc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 0 additions & 20 deletions contrib/local_recipes/yescrypt/setup.patch

This file was deleted.

File renamed without changes.
20 changes: 20 additions & 0 deletions contrib/local_recipes/zny_yespower_0_5/setup.patch
@@ -0,0 +1,20 @@
diff -crN zny_yespower_0_5_python3.orig/setup.py zny_yespower_0_5_python3/setup.py
*** zny_yespower_0_5_python3.orig/setup.py Sun Jul 14 13:38:22 2019
--- zny_yespower_0_5_python3/setup.py Sun Jul 14 13:38:35 2019
***************
*** 6,12 ****
'yespower-opt.c',
'sha256.c'
],
! extra_compile_args=['-O2', '-funroll-loops', '-fomit-frame-pointer'],
include_dirs=['.'])

setup (name = 'zny_yespower_0_5',
--- 6,12 ----
'yespower-opt.c',
'sha256.c'
],
! extra_compile_args=['-O2'],
include_dirs=['.'])

setup (name = 'zny_yespower_0_5',

0 comments on commit 1398afc

Please sign in to comment.