# HG changeset patch
# User Paper <37962225+mrpapersonic@users.noreply.github.com>
# Date 1642456936 18000
# Node ID ce1e494aeb0e5b69c23a7fd38de5b7aee2d14e00
# Parent  528b95e1e24fddd06662cb1bae52ed478b227613
Update Makefile

diff -r 528b95e1e24f -r ce1e494aeb0e Makefile
--- a/Makefile	Sun Jan 09 00:05:36 2022 -0500
+++ b/Makefile	Mon Jan 17 17:02:16 2022 -0500
@@ -1,5 +1,5 @@
 CC=gcc
-CC_FLAGS=-static
+CC_FLAGS=-static -O2
 
 %.o : %.c
 	$(CC) -c $(CC_FLAGS) $< -o $@