summaryrefslogtreecommitdiff
path: root/scipy_distutils/fcompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy_distutils/fcompiler.py')
-rw-r--r--scipy_distutils/fcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_distutils/fcompiler.py b/scipy_distutils/fcompiler.py
index 7d8bb281b..7aa11a8c3 100644
--- a/scipy_distutils/fcompiler.py
+++ b/scipy_distutils/fcompiler.py
@@ -308,7 +308,7 @@ class FCompiler(CCompiler):
conf = dist.get_option_dict('config_fc')
noopt = conf.get('noopt',[None,0])[1]
- if 1: # change to `if 1:` when making release.
+ if 0: # change to `if 1:` when making release.
# Don't use architecture dependent compiler flags:
noarch = 1
else: