X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic%2Fmain.c;h=7e87781be36730c5a78ca0f853c860c5530c0b98;hb=61c6515b039a977d80942130e789e6fc0f243cf5;hp=74b79ca3929908bc92d01e2b65060b2c183ba7a6;hpb=6210487131834e13c9a50d4eb9739f9036bb66e0;p=fw%2Fsdcc diff --git a/src/pic/main.c b/src/pic/main.c index 74b79ca3..7e87781b 100644 --- a/src/pic/main.c +++ b/src/pic/main.c @@ -358,7 +358,7 @@ static const char *_linkCmd[] = static const char *_asmCmd[] = { - "gpasm", "$l", "-c", "\"$1.asm\"", NULL + "gpasm", "$l", "$3", "-c", "\"$1.asm\"", NULL }; @@ -448,8 +448,8 @@ PORT pic_port = { _asmCmd, NULL, - NULL, - NULL, + "-g", /* options with --debug */ + NULL, /* options without --debug */ //"-plosgffc", /* Options with debug */ //"-plosgff", /* Options without debug */ 0,