From 833fbb09640e46f7e8968a1a724baf25f2a219fc Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 25 Apr 2025 12:52:55 +0330 Subject: move time to utils --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76a2d31..d9f18bf 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ NC := \033[0m INC_DIRS := $(SRC_DIR) INC_FLAGS := $(addprefix -I,$(INC_DIRS)) +# OP_FLAG := -Ofast OP_FLAG := -O3 # OP_FLAG := -Oz # OP_FLAG := -g -- cgit v1.2.3