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