We are using JOBE server and want to use math library for few problems. If i globally change the c_task.php in application/libraries of JOBE server and ass '-lm' to linkargs, then math library will be added for all programs. As per JOBE documentation linkargs parameter is sent via POST request.
Is there a way to configure a question in Code Runner so that we can specify what link arguments to send. Mostly it will be math but later we may be using more libraries as well. Moreover, suppose I want user to write a program to implement a^b without using pow function, i do not want to globally link with math library.
Any suggestions/solutions would be very helpful.
Thanks!