From db01e9db1627779cbaa88b24fb7d38b0790a4df7 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 23 Dec 2024 19:50:26 +0100 Subject: fix --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 0ce62ed..26fa2fa 100644 --- a/config.mk +++ b/config.mk @@ -31,7 +31,7 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VE HOSTNAME = $(shell /usr/bin/hostame -s) CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=alderlake -Os -pipe ${INCS} ${CPPFLAGS} -ifeq $(${HOSTNAME}, mother) +ifeq (${HOSTNAME}, mother) CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=haswell -Os -pipe ${INCS} ${CPPFLAGS} endif LDFLAGS = ${LIBS} -- cgit v1.2.3