From b9cc0e54f77769d82722516c20ed2276360b4e3c Mon Sep 17 00:00:00 2001 From: bptato Date: Mon, 9 Oct 2023 00:03:37 +0200 Subject: gmifetch: -O3 --- bonus/gmifetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bonus/gmifetch') 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 -- cgit 1.4.1-2-gfad0