On some programming judges I found that their default GCC call is with flags:
-DEVAL -static -O2 -o
What does -DEVAL mean?
Just FYI: this is how to print all the available macro definitions:
gcc -E -dD -x c /dev/null -o -
Compare it with
gcc -E -DEVAL -dD -x c /dev/null -o -
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With