Skip to content

Commit 9b653ca

Browse files
committed
Update GCC to 15.2
1 parent f8631ae commit 9b653ca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

archive/c/c-plus-plus/testinfo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ folder:
44

55
container:
66
image: "gcc"
7-
tag: "8.3"
8-
build: "g++ -std=c++17 -pthread -o {{ source.name }} {{ source.name }}{{ source.extension }}"
7+
tag: "15.2"
8+
build: "g++ -std=c++23 -pthread -o {{ source.name }} {{ source.name }}{{ source.extension }}"
99
cmd: "./{{ source.name }}"

archive/c/c/testinfo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ folder:
44

55
container:
66
image: "gcc"
7-
tag: "8.3"
8-
build: "gcc -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
7+
tag: "15.2"
8+
build: "gcc -std=c23 -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
99
cmd: "./{{ source.name }}"

0 commit comments

Comments
 (0)