Merge staging-next into staging
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
enableFramework ? false,
|
||||
noldconfigPatch ? ./. + "/${sourceVersion.major}.${sourceVersion.minor}/no-ldconfig.patch",
|
||||
enableGIL ? true,
|
||||
enableDebug ? false,
|
||||
|
||||
# pgo (not reproducible) + -fno-semantic-interposition
|
||||
# https://docs.python.org/3/using/configure.html#cmdoption-enable-optimizations
|
||||
@@ -476,6 +477,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ optionals enableOptimizations [
|
||||
"--enable-optimizations"
|
||||
]
|
||||
++ optionals enableDebug [
|
||||
"--with-pydebug"
|
||||
]
|
||||
++ optionals (sqlite != null) [
|
||||
"--enable-loadable-sqlite-extensions"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user