DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 259 forks source link

[Feature request] Add compile and run command parameters in language page. #2772

Open cubercsl opened 3 weeks ago

cubercsl commented 3 weeks ago

Description of the enhancement request

image

Provide teams compile and run parameters, in language page.

The goal you want to achieve

Add a field shows compile and run command parameters, for example:

C++:

g++ -x c++ -Wall -O2 -std=gnu++20 -static -pipe -o "${file}"

Expected behaviour

Any other information that you want to share?

image

meisterT commented 3 weeks ago

I am working on this as part of https://github.com/DOMjudge/domjudge/issues/1241