Skip to content

Commit 9099fbe

Browse files
committed
Change c23 to c2x
1 parent 9b653ca commit 9099fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archive/c/c/testinfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ folder:
55
container:
66
image: "gcc"
77
tag: "15.2"
8-
build: "gcc -std=c23 -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
8+
build: "gcc -std=c2x -pthread -lm -o {{ source.name }} {{ source.name }}{{ source.extension }}"
99
cmd: "./{{ source.name }}"

0 commit comments

Comments
 (0)