domjudge
domjudge copied to clipboard
[Feature request] Add compile and run command parameters in language page.
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++:
g++ -x c++ -Wall -O2 -std=gnu++20 -static -pipe -o "${file}"