From 17eaf66bb7713378b95cce0fccd2cf32bde213a6 Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 18 Jul 2026 11:44:43 +0300 Subject: add: tmp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42c9ac3..ba28c77 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC := /usr/bin/gcc -CFLAGS = -Wall -Wpedantic -I$(INC_DIR) +CFLAGS = -Wall -Wpedantic -I$(INC_DIR) -O2 LDLIBS := -lm # DIRS -- cgit v1.3.1