summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-12-24 01:23:24 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-12-24 01:23:24 +0330
commit55d29d0df8681efe01e88e0475c8512c44ec4bc4 (patch)
tree2b07ab80b17c8bb6b20837e104aa863854f7ccff /Makefile
parent217e7d18dbaa260a15f5612d9670105b04cd455f (diff)
fixed some bugs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28d5c1c..cff63c9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ NC := \033[0m
INC_DIRS := $(SRC_DIR)
INC_FLAGS := $(addprefix -I,$(INC_DIRS))
-CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -Ofast
+CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -Ofast -march=native
EXEC_FILE := $(BUILD_DIR)/atui