mirror of https://github.com/arendst/Tasmota.git
5 lines
108 B
Python
5 lines
108 B
Python
|
Import("env")
|
||
|
|
||
|
# General options that are passed to the C++ compiler
|
||
|
env.Append(CXXFLAGS=["-Wno-volatile"])
|