From 1ffacc48440d4cd24f353ae7589e47f745b54710 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:17:01 +0800 Subject: [PATCH] test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a4216ceed..78218a9d7 100644 --- a/Makefile +++ b/Makefile @@ -313,8 +313,8 @@ ifneq ($(filter aarch64%,$(UNAME_M)),) # Raspberry Pi 3, 4, Zero 2 (64-bit) ifdef LLAMA_PORTABLE else - CFLAGS += -mcpu=native - CXXFLAGS += -mcpu=native + CFLAGS += -mcpu=native -fsanitize=undefined + CXXFLAGS += -mcpu=native -fsanitize=undefined endif endif