From f238e739a2b343d0f40ae37fd73f5f96fe43a213 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 22 Jan 2023 13:56:34 +0100 Subject: [PATCH] use -Ofast, forgot to revert this --- host.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.mk b/host.mk index bbc7f89..e7ffc8e 100644 --- a/host.mk +++ b/host.mk @@ -16,7 +16,7 @@ PAGEDIR = "/home/anon/Projects/speediegq/projects" FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 EXCFLAGS = -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-array-bounds -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -march=native ${INCS} ${CPPFLAGS} ${EXCFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Ofast -march=native ${INCS} ${CPPFLAGS} ${EXCFLAGS} LDFLAGS = ${LIBS} -g # OpenBSD support