From 55d29d0df8681efe01e88e0475c8512c44ec4bc4 Mon Sep 17 00:00:00 2001 From: A404M Date: Tue, 24 Dec 2024 01:23:24 +0330 Subject: fixed some bugs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3