mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-20 06:08:19 +01: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"])
|