Tasmota/pio-tools/add_c_flags_ard3.py

5 lines
108 B
Python
Raw Normal View History

Import("env")
# General options that are passed to the C++ compiler
env.Append(CXXFLAGS=["-Wno-volatile"])