Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ get_flags_debug
Method
get_flags_debug
numpy/distutils/fcompiler/nag.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
else
:
48
return
BaseNAGFCompiler.get_flags_arch(self)
49
def
get_flags_debug(self):
50
return
[
'-g'
,
'-gline'
,
'-g90'
,
'-nan'
,
'-C'
]
51
52
class
NAGFORCompiler(BaseNAGFCompiler):
53
Callers
1
nag.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected