diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5df25ac1652..b2757c651e1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -635,6 +635,7 @@ data types.") | |||
| 635 | "--with-computed-gotos" ;main interpreter loop optimization | 635 | "--with-computed-gotos" ;main interpreter loop optimization |
| 636 | "--enable-unicode=ucs4" | 636 | "--enable-unicode=ucs4" |
| 637 | "--without-static-libpython" | 637 | "--without-static-libpython" |
| 638 | "--enable-loadable-sqlite-extensions" | ||
| 638 | 639 | ||
| 639 | ;; FIXME: These flags makes Python significantly faster, | 640 | ;; FIXME: These flags makes Python significantly faster, |
| 640 | ;; but leads to non-reproducible binaries. | 641 | ;; but leads to non-reproducible binaries. |
