From 6ab238ff817dbe60e8552ca271543a8fde15450a Mon Sep 17 00:00:00 2001 From: Andrew Krieger Date: Thu, 19 Dec 2024 14:25:25 -0800 Subject: [PATCH] cache break --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 428df64b265d0..5448b46af427d 100644 --- a/Makefile +++ b/Makefile @@ -1016,6 +1016,8 @@ ifeq ($(USE_XDG_DIR),1) DEFINES += -DUSE_XDG_DIR endif +DEFINES += -DFOOBAR=FOOBAR + ifeq ($(LTO), 1) # Depending on the compiler version, LTO usually requires all the # optimization flags to be specified on the link line, and requires them to