summaryrefslogtreecommitdiff
path: root/fcompiler/intel.py
diff options
context:
space:
mode:
Diffstat (limited to 'fcompiler/intel.py')
-rw-r--r--fcompiler/intel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fcompiler/intel.py b/fcompiler/intel.py
index 2c34d69ed..e8178eca9 100644
--- a/fcompiler/intel.py
+++ b/fcompiler/intel.py
@@ -79,7 +79,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):