summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-25 12:52:55 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-25 12:52:55 +0330
commit833fbb09640e46f7e8968a1a724baf25f2a219fc (patch)
treedc2b3677cad411b11f8bdf1dfcd50e167cc28396 /Makefile
parent0f50a82f0694bcf2902a772de63cc2b9a007c2f7 (diff)
move time to utils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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