From abb01515607d51f88025482d870f88320c085ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Fri, 5 Jul 2024 23:57:43 +0200 Subject: [PATCH] Actualizado Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a9e56c..f0ea286 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ print-variables: @echo RM: $(RM) raspi3: - $(CXX) $(SOURCES) -D RASPI $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) + $(CXX) $(SOURCES) -D NO_SHADERS $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded raspi5: