From: kvigor Date: Wed, 20 Sep 2000 22:47:32 +0000 (+0000) Subject: Remove debug option (-c) from default assembler options X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e390f0bd1b852dccc1d5dec08786d45cf066ab54;p=fw%2Fsdcc Remove debug option (-c) from default assembler options git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@394 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/main.c b/src/ds390/main.c index 88d91e00..f5671afc 100644 --- a/src/ds390/main.c +++ b/src/ds390/main.c @@ -190,7 +190,7 @@ static const char *_linkCmd[] = { }; static const char *_asmCmd[] = { - "asx8051", "-plosgffc", "$1.asm", NULL + "asx8051", "-plosgff", "$1.asm", NULL }; /* Globals */