summaryrefslogtreecommitdiff
path: root/numpy/core/bscript
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/bscript')
-rw-r--r--numpy/core/bscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/bscript b/numpy/core/bscript
index 83c0b4b6f..d24b7732c 100644
--- a/numpy/core/bscript
+++ b/numpy/core/bscript
@@ -30,7 +30,7 @@ from setup_common \
C99_FUNCS_SINGLE, C99_COMPLEX_TYPES, C99_COMPLEX_FUNCS, \
MANDATORY_FUNCS, C_ABI_VERSION, C_API_VERSION
-ENABLE_SEPARATE_COMPILATION = (os.environ.get('NPY_SEPARATE_COMPILATION', "0") != "0")
+ENABLE_SEPARATE_COMPILATION = (os.environ.get('NPY_SEPARATE_COMPILATION', "1") != "0")
NUMPYCONFIG_SYM = []