mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
NNT: Remove -debug argument, it is unused.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4628e5e120
commit
5af8436cce
@ -82,7 +82,6 @@ use Socket;
|
||||
# -parallel Run parallel jobs with GNU Make (see -parallel-jobs).
|
||||
# -parallel-jobs The number of parallel Make jobs to use (default is two).
|
||||
# -verbose Turn on some debug output
|
||||
# -debug Print information useful only to maintainers of this script.
|
||||
# -nice Checkout/Configure/Build with "nice" to reduce impact
|
||||
# on busy servers.
|
||||
# -f2c Next argument specifies path to F2C utility
|
||||
@ -194,7 +193,6 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
||||
if (/^-test-opts$/) { $PROGTESTOPTS .= " $ARGV[0]"; shift; next; }
|
||||
if (/^-verbose$/) { $VERBOSE = 1; next; }
|
||||
if (/^-teelogs$/) { $TEELOGS = 1; next; }
|
||||
if (/^-debug$/) { $DEBUG = 1; next; }
|
||||
if (/^-nice$/) { $NICE = "nice "; next; }
|
||||
if (/^-f2c$/) { $CONFIGUREARGS .= " --with-f2c=$ARGV[0]";
|
||||
shift; next; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user