ソースを参照

Wandbox: upgrade to GCC 5.5.0

Benoit Blanchon 2 年 前
コミット
ecbc8e85d4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      extras/scripts/wandbox/publish.sh

+ 2 - 2
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