From bd59689fdcfd1e64a8e0926c6e9c0a4d1513f2e1 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Thu, 21 Feb 2013 19:27:27 -0800 Subject: Minor changes; loosened up parallel build for dwarf. --- bin/spack | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/spack b/bin/spack index 53b4cf3dac..03cc802b8c 100755 --- a/bin/spack +++ b/bin/spack @@ -21,6 +21,7 @@ parser = argparse.ArgumentParser( description='Spack: the Supercomputing PACKage Manager.') parser.add_argument('-V', '--version', action='version', version="%s" % spack.spack_version) parser.add_argument('-v', '--verbose', action='store_true', dest='verbose') +parser.add_argument('-d', '--debug', action='store_true', dest='debug') # each command module implements a parser() function, to which we pass its # subparser for setup. @@ -35,6 +36,7 @@ args = parser.parse_args() # Set up environment based on args. spack.verbose = args.verbose +spack.debug = args.debug # Try to load the particular command asked for and run it command = spack.cmd.get_command(args.command) -- cgit v1.2.3-70-g09d2