MCPcopy Create free account
hub / github.com/doldecomp/mkdd / make_flags_str

Function make_flags_str

tools/project.py:353–356  ·  view source on GitHub ↗
(flags: Optional[List[str]])

Source from the content-addressed store, hash-verified

351
352
353def make_flags_str(flags: Optional[List[str]]) -> str:
354 if flags is None:
355 return ""
356 return " ".join(flags)
357
358
359def get_pch_out_name(config: ProjectConfig, pch: PrecompiledHeader) -> str:

Callers 4

generate_build_ninjaFunction · 0.85
c_buildFunction · 0.85
asm_buildFunction · 0.85
add_unitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected