MCPcopy Create free account
hub / github.com/numpy/numpy / get_flags_linker_so

Method get_flags_linker_so

numpy/distutils/fcompiler/nag.py:67–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 }
66
67 def get_flags_linker_so(self):
68 if sys.platform == 'darwin':
69 return ['-unsharedrts',
70 '-Wl,-bundle,-flat_namespace,-undefined,suppress']
71 return BaseNAGFCompiler.get_flags_linker_so(self)
72 def get_flags_debug(self):
73 version = self.get_version()
74 if version and version > '6.1':

Callers

nothing calls this directly

Calls 1

get_flags_linker_soMethod · 0.45

Tested by

no test coverage detected