aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-31 04:42:21 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-31 04:42:21 +0330
commit14c9e2b60f686407dbe7218658809d768351d345 (patch)
tree08441ec80caf74f379bcf48e54f6a42cff316e3e /Makefile
parentb89fc3da7d9f1badde2f4879924b5df5522da203 (diff)
add array access overload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0fd74c4..d713229 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,9 @@ INC_DIRS := $(SRC_DIR)
INC_FLAGS := $(addprefix -I,$(INC_DIRS))
# OP_FLAG := -Ofast
-OP_FLAG := -O3
+# OP_FLAG := -O3
# OP_FLAG := -Oz
-# OP_FLAG := -g
+OP_FLAG := -g
LINK_FLAGS := -lffi