diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-15 13:37:07 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-15 13:37:07 +0330 |
commit | 0b8d272292ca3f7fdb44efac65f012b484d962a2 (patch) | |
tree | 755dc652d873c0c2ad6f352c40e2a92ffbbd77e5 /Makefile | |
parent | f8f1c956b1592a737c9318624e0fc2b4231bd782 (diff) |
better copy management in ast
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 # CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -DPRINT_STATISTICS -DPRINT_COMPILE_TREE $(OP_FLAG) CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -DPRINT_STATISTICS $(OP_FLAG) |