MCPcopy Create free account
hub / github.com/pybind/pybind11 / _add_cflags

Method _add_cflags

pybind11/setup_helpers.py:116–117  ·  view source on GitHub ↗
(self, flags: list[str])

Source from the content-addressed store, hash-verified

114 # ``extra_compile_args=["-g"]``.
115
116 def _add_cflags(self, flags: list[str]) -> None:
117 self.extra_compile_args[:0] = flags
118
119 def _add_ldflags(self, flags: list[str]) -> None:
120 self.extra_link_args[:0] = flags

Callers 2

__init__Method · 0.95
cxx_stdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected