mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Optimize the regex module to only 2 not 3
This commit is contained in:
parent
4ed9aa6380
commit
51c66e2a96
@ -81,7 +81,8 @@ extensions = [
|
|||||||
|
|
||||||
Extension('_regex',
|
Extension('_regex',
|
||||||
['regex/_regex.c', 'regex/_regex_unicode.c'],
|
['regex/_regex.c', 'regex/_regex_unicode.c'],
|
||||||
headers=['regex/_regex.h']
|
headers=['regex/_regex.h'],
|
||||||
|
optimize_level=2,
|
||||||
),
|
),
|
||||||
|
|
||||||
Extension('speedup',
|
Extension('speedup',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user