Infineon: Add support for CYW89829 devices, improve swap with status algorithm speed
diff --git a/boot/cypress/toolchains.mk b/boot/cypress/toolchains.mk
index 144f62e..9fe6191 100644
--- a/boot/cypress/toolchains.mk
+++ b/boot/cypress/toolchains.mk
@@ -79,7 +79,7 @@
 	endif
 
 	ifeq ($(BUILDCFG), Debug)
-		CFLAGS_SPECIAL ?= -Og -g3
+		CFLAGS_SPECIAL ?= -Og -g3 -ffile-prefix-map=$(CURDIR)=.
 		CFLAGS_COMMON += $(CFLAGS_SPECIAL)
 	else ifeq ($(BUILDCFG), Release)
 		ifeq ($(CFLAGS_OPTIMIZATION), )