From e390f0bd1b852dccc1d5dec08786d45cf066ab54 Mon Sep 17 00:00:00 2001 From: kvigor Date: Wed, 20 Sep 2000 22:47:32 +0000 Subject: [PATCH] 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 --- src/ds390/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2