diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-11 08:23:55 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-11 08:23:55 +0330 |
commit | 1a50974b834227190f7de3939db5689bb0702a34 (patch) | |
tree | 393c0df350977d3c9e0adf5820682fcce66daf4f /Makefile | |
parent | f5dfb8ca90a014a6b7667e5ded62e0bae1d60367 (diff) |
fix typo
some clean up
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) |