Tasmota/pio-tools/cxx_flags.py

4 lines
106 B
Python

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