commit a59f8fc86118a2cc871e1ad50140e9187ca488d9
parent 39f27418afa22e63019aa569473b0ee12ff7eb7d
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 21 Nov 2021 04:14:05 +0100
Adjusted makefile to fix some builds
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -26,7 +26,7 @@ GNU_CC ?= gcc
GNU_LD ?= gcc
GNU_RM ?= rm
-CFLAGS += -pedantic -Wall -Wextra -march=native -ggdb3
+CFLAGS += -pedantic -Wall -Wextra -ggdb3
LDFLAGS +=
DEBUGFLAGS = -O0 -D _DEBUG