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 9099fbe commit 36810a5Copy full SHA for 36810a5
1 file 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 -o {{ source.name }} {{ source.name }}{{ source.extension }}"
+ build: "g++ -std=c++23 -pthread -lm -o {{ source.name }} {{ source.name }}{{ source.extension }}"
9
cmd: "./{{ source.name }}"
0 commit comments