소스 검색

default to gnu++20 for teensy 4

main
John Robinson 3 년 전
부모
커밋
749561a9f0
No known key found for this signature in database
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…
취소
저장