MCPcopy Create free account
hub / github.com/FastLED/FastLED / CompilerInfo

Class CompilerInfo

ci/util/build_info_analyzer.py:68–76  ·  view source on GitHub ↗

Information about compilers and toolchain

Source from the content-addressed store, hash-verified

66
67@dataclass
68class CompilerInfo:
69 """Information about compilers and toolchain"""
70
71 cc_path: str = ""
72 cxx_path: str = ""
73 cc_flags: list[str] = field(default_factory=lambda: list())
74 cxx_flags: list[str] = field(default_factory=lambda: list())
75 compiler_type: str = ""
76 build_type: str = ""
77
78
79@dataclass

Callers 1

get_compiler_infoMethod · 0.85

Calls 1

listClass · 0.85

Tested by

no test coverage detected