mirror of
https://github.com/arendst/Tasmota.git
synced 2026-09-15 11:13:38 +00:00
5 lines
173 B
Python
5 lines
173 B
Python
Import("env")
|
|
|
|
# General options that are passed to the C compiler (C only; not C++).
|
|
env.Append(CFLAGS=["-Wno-discarded-qualifiers", "-Wno-implicit-function-declaration"])
|