Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ci-flags.py')
-rw-r--r--ci/ci-flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/ci-flags.py b/ci/ci-flags.py
new file mode 100644
index 00000000..044fdb1c
--- /dev/null
+++ b/ci/ci-flags.py
@@ -0,0 +1,3 @@
+Import("env")
+
+env.Append(CXXFLAGS=["-Wno-register"])