debug: main.c gcc -Wall main.c -o ./bin/debug release: main.c gcc -O2 -march=native main.c -o ./bin/release