We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b653ca commit 9099fbeCopy full SHA for 9099fbe
1 file changed
archive/c/c/testinfo.yml
@@ -5,5 +5,5 @@ folder:
5
container:
6
image: "gcc"
7
tag: "15.2"
8
- build: "gcc -std=c23 -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
+ build: "gcc -std=c2x -pthread -lm -o {{ source.name }} {{ source.name }}{{ source.extension }}"
9
cmd: "./{{ source.name }}"
0 commit comments