debug: g++ main.cpp -g -Wall -o main release: g++ main.cpp -O2 -Wall -o main release-native: g++ main.cpp -march=native -O3 -Wall -o main