From 1b160c0584e9403d5aa1599fa1dbc408c3f74e39 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 3 Sep 2024 18:44:01 +0200 Subject: [PATCH] Actualizado Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe24f58..03f2d99 100644 --- a/Makefile +++ b/Makefile @@ -122,11 +122,11 @@ print-variables: @echo RM: $(RM) raspi3: - $(CXX) $(SOURCES) -D NO_SHADERS -D ARCADE -D VERBOSE $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) + $(CXX) $(SOURCES) -D NO_SHADERS -D ARCADE -D VERBOSE $(CXXFLAGS) -o $(TARGET_FILE) strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded raspi5: - $(CXX) $(SOURCES) -D VERBOSE $(CXXFLAGS) $(LDFLAGS) -o $(TARGET_FILE) + $(CXX) $(SOURCES) -D ARCADE -D VERBOSE $(CXXFLAGS) $(LDFLAGS) -o $(TARGET_FILE) strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded windows: