gcc-10 -Wall -lm -static -DEVAL -o box -O2 box.c
g++-10 -Wall -lm -static -DEVAL -o box -O2 box.cpp
g++-10 -Wall -lm -static -DEVAL -o box -O2 box.cpp -std=c++11
g++-10 -Wall -lm -static -DEVAL -o box -O2 box.cpp -std=c++14
g++-10 -Wall -lm -static -DEVAL -o box -O2 box.cpp -std=c++17