Tasmota/pio-tools/cxx_flags.py
2021-08-22 15:52:00 +02:00

4 lines
106 B
Python

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