Open cubercsl opened 3 weeks ago
Provide teams compile and run parameters, in language page.
Add a field shows compile and run command parameters, for example:
C++:
g++ -x c++ -Wall -O2 -std=gnu++20 -static -pipe -o "${file}"
I am working on this as part of https://github.com/DOMjudge/domjudge/issues/1241
Description of the enhancement request
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++:
Expected behaviour
Any other information that you want to share?