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