瀏覽代碼

default to gnu++20 for teensy 4

main
John Robinson 3 年之前
父節點
當前提交
749561a9f0
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      builder/frameworks/arduino.py

+ 1
- 1
builder/frameworks/arduino.py 查看文件

@@ -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"
],

Loading…
取消
儲存