7 lines
115 B
Python
7 lines
115 B
Python
# flake8: noqa
|
|
# ruff: skip
|
|
|
|
Import("env") # type: ignore
|
|
|
|
env.Append(CXXFLAGS=["-Wno-register"]) # type: ignore
|