shithub: mc

Download patch

ref: 7066a80a94deff8894491b5ecd2eb1bb9d032de1
parent: 2062b04b5fa8248f0b878ac3a0e2df2805168875
author: Ori Bernstein <ori@markovcorp.com>
date: Mon Jul 31 10:18:47 EDT 2017

Remove defunct debug option.

	Maybe we can make it do something useful later.

--- a/mbld/main.myr
+++ b/mbld/main.myr
@@ -30,7 +30,6 @@
 			[.opt='j', .arg="jobs", .desc="build with at most 'jobs' jobs"],
 			[.opt='t', .arg="tag", .desc="build with specified systag"],
 			[.opt='S', .desc="generate assembly when building"],
-			[.opt='d', .desc="dump debugging information for mbld"],
 			[.opt='I', .arg="inc", .desc="add 'inc' to your include path"],
 			[.opt='R', .arg="runsrc", .desc="source to compile and run"],
 			[.opt='B', .arg="base", .desc="install into 'base'"],