~ysu/gemini-chatroom

b8e5ce59c52b2950ca08427eb493e8db546c46f7 — vps 2 years ago 9102875
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