From 972f665b07652a5e2c82b64b2b85e14a71b544a4 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 19 Jun 2023 09:03:13 +0200 Subject: [PATCH] Wandbox: upgrade to GCC 5.5.0 Ported from ecbc8e85d436b50a2157c0aa2619974e8d7dfa65 --- extras/scripts/wandbox/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/scripts/wandbox/publish.sh b/extras/scripts/wandbox/publish.sh index 0900cb00..b3f7077f 100755 --- a/extras/scripts/wandbox/publish.sh +++ b/extras/scripts/wandbox/publish.sh @@ -14,8 +14,8 @@ compile() { { "code":$(read_string "$FILE_PATH"), "codes": [{"file":"ArduinoJson.h","code":$(read_string "$ARDUINOJSON_H")}], - "options": "warning", - "compiler": "gcc-4.9.4", + "options": "warning,c++11", + "compiler": "gcc-5.5.0", "save": true } END