This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
platform-teensy-gcc10
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
default to gnu++20 for teensy 4
main
John Robinson
3 years ago
parent
f02f78e6e6
commit
749561a9f0
No known key found for this signature in database
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
builder/frameworks/arduino.py
+ 1
- 1
builder/frameworks/arduino.py
View File
@@ -140,7 +140,7 @@ elif "BOARD" in env and BUILD_CORE in ("teensy3", "teensy4", "teensy41"):
"-fno-exceptions",
"-felide-constructors",
"-fno-rtti",
"-std=gnu++
17
",
"-std=gnu++
20
",
"-Wno-error=narrowing",
"-fpermissive"
],
Write
Preview
Loading…
Cancel
Save