mirror of https://github.com/arendst/Tasmota.git
5 lines
135 B
Python
5 lines
135 B
Python
|
Import("env")
|
||
|
|
||
|
# General options that are passed to the C compiler (C only; not C++).
|
||
|
env.Append(CFLAGS=["-Wno-discarded-qualifiers"])
|