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: