summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/intel.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/fcompiler/intel.py')
-rw-r--r--numpy/distutils/fcompiler/intel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py
index b4ae833bf..f5e57dda2 100644
--- a/numpy/distutils/fcompiler/intel.py
+++ b/numpy/distutils/fcompiler/intel.py
@@ -76,7 +76,6 @@ class IntelFCompiler(FCompiler):
v = self.get_version()
if v and v >= '8.0':
opt.append('-nofor_main')
- opt.extend(self.get_flags_arch())
return opt
class IntelItaniumFCompiler(IntelFCompiler):