diff options
Diffstat (limited to 'bonus/gmifetch')
-rw-r--r-- | bonus/gmifetch/Makefile | 2 |
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 |