Cleaning Makefile

This commit is contained in:
aletempiac 2024-01-16 18:13:30 +01:00
parent d223898f3d
commit 5a00bbaa8f
1 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ endif
ARCHFLAGS := $(ARCHFLAGS)
OPTFLAGS ?= -g -O3
OPTFLAGS ?= -g -O
CFLAGS += -std=c17 -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(ARCHFLAGS)
CFLAGS += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(ARCHFLAGS)
ifneq ($(findstring arm,$(shell uname -m)),)
CFLAGS += -DABC_MEMALIGN=4
endif