changeset 2:ce1e494aeb0e

Update Makefile
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Mon, 17 Jan 2022 17:02:16 -0500
parents 528b95e1e24f
children 87c7d43b03ff
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 $@