From e42915dd615fb81d54381f272d210d781d6fe2ae Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 6 Sep 2021 21:01:08 +0200 Subject: [PATCH] Delete cxx_flags.py --- pio-tools/cxx_flags.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pio-tools/cxx_flags.py diff --git a/pio-tools/cxx_flags.py b/pio-tools/cxx_flags.py deleted file mode 100644 index 74cf99e7c..000000000 --- a/pio-tools/cxx_flags.py +++ /dev/null @@ -1,4 +0,0 @@ -Import("env") - -# General options that are passed to the C++ compiler -env.Append(CXXFLAGS=["-fpermissive"]) \ No newline at end of file