jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
99 stars 85 forks source link

Updated to C++11/C11 C/C++ standard and added optimization flags #50

Closed rhobincu closed 4 years ago

rhobincu commented 7 years ago

Added C11/C++11 standard flag to both C/C++ debug and run scripts. Enabled debug-level optimization (-Og) for debug scripts and level 2 optimization for run scripts (this will decrease runtime significantly).