[mupen64plus-rsp-z64] 94/140: Imported Upstream version 1.99.5

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:05:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-rsp-z64.

commit 6b7215c18e944561c49be311cd2a5f971c439e31
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Oct 10 16:35:11 2012 +0200

    Imported Upstream version 1.99.5
---
 .hg_archival.txt       | 5 +++++
 .hgignore              | 4 ++++
 .hgtags                | 2 ++
 projects/unix/Makefile | 6 ++++++
 src/main_rsp.cpp       | 2 +-
 5 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/.hg_archival.txt b/.hg_archival.txt
new file mode 100644
index 0000000..da0aa67
--- /dev/null
+++ b/.hg_archival.txt
@@ -0,0 +1,5 @@
+repo: f788ddc2d4711f6ac1125c99e9e4c5ebd3827ea7
+node: 816e5ec02d58c71a05441b74b77beeec79f81bb5
+branch: default
+latesttag: 1.99.5
+latesttagdistance: 1
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..b93dc89
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,4 @@
+syntax: regexp
+
+^projects/unix/_obj/
+^projects/unix/mupen64plus-rsp-z64.so$
diff --git a/.hgtags b/.hgtags
new file mode 100644
index 0000000..71797af
--- /dev/null
+++ b/.hgtags
@@ -0,0 +1,2 @@
+0990ff8d7dcc61cd88e049c91eeaedb0bfbe70d7 1.99.4
+04507d8b67d1817deacdf4f0ca05a6b16af02f10 1.99.5
diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index b7ad98a..3b12d58 100755
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -261,6 +261,7 @@ targets:
 	@echo "    DESTDIR=path  == path to prepend to all installation paths (only for packagers)"
 	@echo "  Debugging Options:"
 	@echo "    DEBUG=1       == add debugging symbols"
+	@echo "    LTO=1         == enable experimental build with link-time optimization"
 	@echo "    V=1           == show verbose compiler output"
 
 all: $(TARGET)
@@ -282,6 +283,11 @@ CFLAGS += -MD
 -include $(OBJECTS:.o=.d)
 
 CXXFLAGS += $(CFLAGS)
+ifeq ($(LTO), 1)
+  CFLAGS += -flto
+  CXXFLAGS += -flto
+  LDFLAGS += -fuse-linker-plugin $(CXXFLAGS)
+endif
 
 # standard build rules
 $(OBJDIR)/%.o: $(SRCDIR)/%.c
diff --git a/src/main_rsp.cpp b/src/main_rsp.cpp
index e73f777..3abb102 100644
--- a/src/main_rsp.cpp
+++ b/src/main_rsp.cpp
@@ -23,7 +23,7 @@
 #include <assert.h>
 #include <stdarg.h>
 
-#define RSP_Z64_VERSION        0x016304
+#define RSP_Z64_VERSION        0x016305
 #define RSP_PLUGIN_API_VERSION 0x020000
 
 static void (*l_DebugCallback)(void *, int, const char *) = NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-z64.git



More information about the Pkg-games-commits mailing list