diff options
Diffstat (limited to 'scipy_distutils/laheyfcompiler.py')
-rw-r--r-- | scipy_distutils/laheyfcompiler.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scipy_distutils/laheyfcompiler.py b/scipy_distutils/laheyfcompiler.py index b3ed4d2d0..228eb9206 100644 --- a/scipy_distutils/laheyfcompiler.py +++ b/scipy_distutils/laheyfcompiler.py @@ -19,6 +19,9 @@ class LaheyFCompiler(FCompiler): 'ranlib' : ["ranlib"] } + module_dir_switch = None #XXX Fix me + module_include_switch = None #XXX Fix me + def get_flags_opt(self): return ['-O'] def get_flags_debug(self): |