Skip to content

Commit 7946ebe

Browse files
committed
Wandbox: compile with gcc-head
1 parent f9fe855 commit 7946ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/scripts/wandbox/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ compile() {
1515
"code":$(read_string "$FILE_PATH"),
1616
"codes": [{"file":"ArduinoJson.h","code":$(read_string "$ARDUINOJSON_H")}],
1717
"options": "warning,c++11",
18-
"compiler": "gcc-5.5.0",
18+
"compiler": "gcc-head",
1919
"save": true
2020
}
2121
END

0 commit comments

Comments
 (0)