aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libtcc.c b/libtcc.c
index cb0d680..3a34954 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -2199,8 +2199,6 @@ PUB_FUNC int tcc_parse_args(TCCState *s, int argc, char **argv)
s->dflag = 3;
else if (*optarg == 'M')
s->dflag = 7;
- else if (*optarg == 'b')
- s->dflag = 8;
else
goto unsupported_option;
break;