From 20ac640a6d0b8eb6343709ae6ef921b41a31a726 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 23:47:52 -0500 Subject: restructure syntax.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb73aa5..ee33799 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ INSTALL_BIN_DIR=/usr/bin ted: *.[ch] libpcre2-32.a stb_truetype.o stb_image.o $(CC) main.c stb_truetype.o stb_image.o -o ted $(DEBUG_CFLAGS) $(LIBS) %.o: %.c - $(CC) -Wall $< -c -o $@ + $(CC) -O3 -Wall $< -c -o $@ release: *.[ch] libpcre2-32.a $(CC) main.c -o ted $(RELEASE_CFLAGS) $(LIBS) profile: *.[ch] libpcre2-32.a -- cgit v1.2.3