summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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