mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
--debug doesn't take an arg
This commit is contained in:
parent
1332446f2a
commit
875dc9a27e
@ -56,7 +56,7 @@ Getopt::Long::config("no_auto_abbrev","pass_through");
|
||||
if (! GetOptions(
|
||||
# Major operating modes
|
||||
"help" => \&usage,
|
||||
"debug:s" => \&debug,
|
||||
"debug" => \&debug,
|
||||
# "version!" => \&version, # Also passthru'ed
|
||||
# Switches
|
||||
"gdb!" => \$opt_gdb,
|
||||
|
Loading…
Reference in New Issue
Block a user