main: fix -initinterp flag
It got accidentally replaced by -interp just before finalizing the previous commit.
Этот коммит содержится в:
родитель
bb3d05169d
коммит
3d0ccb81c6
1 изменённых файлов: 1 добавлений и 1 удалений
2
main.go
2
main.go
|
@ -435,7 +435,7 @@ func main() {
|
||||||
printSize := flag.String("size", "", "print sizes (none, short, full)")
|
printSize := flag.String("size", "", "print sizes (none, short, full)")
|
||||||
nodebug := flag.Bool("no-debug", false, "disable DWARF debug symbol generation")
|
nodebug := flag.Bool("no-debug", false, "disable DWARF debug symbol generation")
|
||||||
ocdOutput := flag.Bool("ocd-output", false, "print OCD daemon output during debug")
|
ocdOutput := flag.Bool("ocd-output", false, "print OCD daemon output during debug")
|
||||||
initInterp := flag.Bool("interp", false, "enable experimental partial evaluator of generated IR")
|
initInterp := flag.Bool("initinterp", false, "enable experimental partial evaluator of generated IR")
|
||||||
port := flag.String("port", "/dev/ttyACM0", "flash port")
|
port := flag.String("port", "/dev/ttyACM0", "flash port")
|
||||||
|
|
||||||
if len(os.Args) < 2 {
|
if len(os.Args) < 2 {
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче