commit c11015c29edc292ed928a060d039ebaba908b720 from: Omar Polo date: Fri Nov 25 16:30:19 2022 UTC template: implicitly set -G when reading from stdin commit - bbf1d288c6c23998303f5e37a5c9ea7ec0d5972d commit + c11015c29edc292ed928a060d039ebaba908b720 blob - 9049862265fd87ccc1ab78e1c8e5be7694633be0 blob + 4523900dafb6c0234fe51206179c62bcf68cd2c9 --- template/template.c +++ template/template.c @@ -67,6 +67,7 @@ main(int argc, char **argv) fprintf(fp, "#include \"tmpl.h\"\n"); if (argc == 0) { + nodebug = 1; if (parse(fp, "/dev/stdin") == -1) goto err; } else {