From 76a1e8123a5bce973ad74c9cff9295a5ceddeeb8 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 28 Apr 2019 20:58:13 -0400 Subject: [PATCH] add debug build patch merged upstream --- .../mtcompile-program--implement-debug.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/deprecated/merged-upstream/minetest.org/mtcompile-program--implement-debug.patch diff --git a/patches/deprecated/merged-upstream/minetest.org/mtcompile-program--implement-debug.patch b/patches/deprecated/merged-upstream/minetest.org/mtcompile-program--implement-debug.patch new file mode 100644 index 0000000..7140cfe --- /dev/null +++ b/patches/deprecated/merged-upstream/minetest.org/mtcompile-program--implement-debug.patch @@ -0,0 +1,10 @@ +--- ./mtcompile-program.pl 2019-04-13 21:06:34.000000000 -0400 ++++ /home/owner/ownCloud/mtcompile-program.pl 2019-04-24 10:11:23.000000000 -0400 +@@ -349,6 +349,7 @@ + "build" => \$FlagBuild , + "client" => \$FlagClient , + "gitpull" => \$FlagGitPull , ++ "debug" => \$FlagDebug , + "gitreset" => \$FlagGitReset , + "help" => \$FlagHelp , + "makeprod" => \$FlagMakeProd ,