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 014723e commit 856018dCopy full SHA for 856018d
2 files changed
archive/c/c-plus-plus/testinfo.yml
@@ -5,5 +5,5 @@ folder:
5
container:
6
image: "gcc"
7
tag: "15.2"
8
- build: "g++ -std=c++23 -pthread -lm -o {{ source.name }} {{ source.name }}{{ source.extension }}"
+ build: "g++ -std=c++23 -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
9
cmd: "./{{ source.name }}"
archive/c/c/testinfo.yml
- build: "gcc -std=c2x -pthread -lm -o {{ source.name }} {{ source.name }}{{ source.extension }}"
+ build: "gcc -std=c2x -o {{ source.name }} {{ source.name }}{{ source.extension }} -pthread -lm"
0 commit comments