summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/intel.py
diff options
context:
space:
mode:
authori-shenl <i-shenl@activestate.com>2022-06-08 12:43:44 -0700
committeri-shenl <i-shenl@activestate.com>2022-06-08 12:43:44 -0700
commit1ead2060a879823504682465eb2cab18a9d39c76 (patch)
tree969492804aa5c3d63bfe8ca06941770010d9239b /numpy/distutils/fcompiler/intel.py
parentb5658d4ce4da9c8801f4a26b2e7fde8c3c31f198 (diff)
downloadnumpy-1ead2060a879823504682465eb2cab18a9d39c76.tar.gz
shorten line
Diffstat (limited to 'numpy/distutils/fcompiler/intel.py')
-rw-r--r--numpy/distutils/fcompiler/intel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py
index ed65a4b8c..1d6065904 100644
--- a/numpy/distutils/fcompiler/intel.py
+++ b/numpy/distutils/fcompiler/intel.py
@@ -154,8 +154,8 @@ class IntelVisualFCompiler(BaseIntelFCompiler):
module_include_switch = '/I'
def get_flags(self):
- opt = ['/nologo', '/MD', '/nbs', '/names:lowercase', '/assume:underscore',
- '/fpp']
+ opt = ['/nologo', '/MD', '/nbs', '/names:lowercase',
+ '/assume:underscore', '/fpp']
return opt
def get_flags_free(self):