From 8b213ba2dfd08f769ff0a9ba0ac5991dc2e97885 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Mon, 1 Jul 2024 09:32:17 +0200 Subject: [PATCH] Actualizado Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dca16c1..28c328f 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ print-variables: raspi: $(CXX) $(SOURCES) -D RASPI $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) - strip -s -R .comment -R .gnu.version "$(TARGET_FILE)_debug" --strip-unneeded + strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded windows: @echo off