8000 Wandbox: upgrade to GCC 5.5.0 · smartcoder00/ArduinoJson@ecbc8e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ecbc8e8

Browse files
committed
Wandbox: upgrade to GCC 5.5.0
1 parent 4d00ed9 commit ecbc8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/scripts/wandbox/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ compile() {
1414
{
1515
"code":$(read_string "$FILE_PATH"),
1616
"codes": [{"file":"ArduinoJson.h","code":$(read_string "$ARDUINOJSON_H")}],
17-
"options": "warning",
18-
"compiler": "gcc-4.9.4",
17+
"options": "warning,c++11",
18+
"compiler": "gcc-5.5.0",
1919
"save": true
2020
}
2121
END

0 commit comments

Comments
 (0)
0