add back optimisation parameter

This commit is contained in:
Night Kaly 2024-03-20 14:44:44 +00:00
parent 6ee92025a0
commit 5aa36bbb0d
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -12,7 +12,7 @@ MANDIR = $(PREFIX)/share/man/man1
# Flags
LDFLAGS = $(shell pkg-config --libs ncurses)
CFLAGS = -O3 -pipe -s -std=c99 -pedantic -Wall $(shell pkg-config --cflags ncurses)
CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall $(shell pkg-config --cflags ncurses)
SRC = ccc.c util.c file.c