added march=native to the makefile
1 files changed, 1 insertions(+), 1 deletions(-) M bin/chat0/Makefile
M bin/chat0/Makefile => bin/chat0/Makefile +1 -1
@@ 1,6 1,6 @@ all: index.gmi post postuser -CFLAGS=-O3 -Wall -Wextra -pedantic -Wpedantic +CFLAGS=-O3 -march=native -Wall -Wextra -pedantic -Wpedantic index.gmi: view.c config.h cc $(CFLAGS) view.c -o index.gmi