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

Function get_lib_compile_flags

ci/wasm_flags.py:152–155  ·  view source on GitHub ↗

Get library compilation flags as a flat list (defines + compiler_flags).

(mode: str = "quick")

Source from the content-addressed store, hash-verified

150
151
152def get_lib_compile_flags(mode: str = "quick") -> list[str]:
153 """Get library compilation flags as a flat list (defines + compiler_flags)."""
154 d = get_lib_compile_flags_dict(mode)
155 return d["defines"] + d["compiler_flags"]
156
157
158def get_sketch_compile_flags(mode: str = "quick") -> list[str]:

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected