From 548976c95576d78d54eb826d65e9e90dba79c5b3 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Tue, 3 Sep 2024 14:04:55 +0200 Subject: [PATCH] Actualizado Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e825083..fe24f58 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ print-variables: @echo RM: $(RM) raspi3: - $(CXX) $(SOURCES) -D NO_SHADERS -D VERBOSE $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) + $(CXX) $(SOURCES) -D NO_SHADERS -D ARCADE -D VERBOSE $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded raspi5: