about summary refs log tree commit diff stats
path: root/bonus
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-10-09 00:03:37 +0200
committerbptato <nincsnevem662@gmail.com>2023-10-09 00:03:37 +0200
commitb9cc0e54f77769d82722516c20ed2276360b4e3c (patch)
tree87df931856245b8d72eabbe540b784652b74e10d /bonus
parentcde83493795754c16436bd01b198e779827dc16e (diff)
downloadchawan-b9cc0e54f77769d82722516c20ed2276360b4e3c.tar.gz
gmifetch: -O3
Diffstat (limited to 'bonus')
-rw-r--r--bonus/gmifetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bonus/gmifetch/Makefile b/bonus/gmifetch/Makefile
index 5ee37b3a..68d6a930 100644
--- a/bonus/gmifetch/Makefile
+++ b/bonus/gmifetch/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -Wextra -std=c89 -pedantic -lcrypto -lssl -g -O2
+CFLAGS = -Wall -Wextra -std=c89 -pedantic -lcrypto -lssl -g -O3
 
 gmifetch: gmifetch.c
 	$(CC) $(CFLAGS) gmifetch.c -o gmifetch