From 36894101c56dcaf6890a38f0f45a55fafc9128e3 Mon Sep 17 00:00:00 2001 From: jozan Date: Thu, 12 Nov 2020 22:35:55 +0000 Subject: Work to do FossilOrigin-Name: cd493106b2cdf7568781e2c69a4742da4c91e85ab0cc4403a79580b4b4cb11ac --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e3b63c..d92729f 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,9 @@ ${OBJS_DIR}%.c.o: ${SRCS_DIR}%.c ${INCS} Makefile ${TARGET}: ${OBJS} ${CC} ${CFLAGS} -o ${TARGET} ${OBJS} +opti: CFLAGS += -march=ivybridge -O2 -pipe +opti: all + all: ${TARGET} debug: CFLAGS += -g3 -- cgit v1.2.3