tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] what was purpose of -db ?


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] what was purpose of -db ?
Date: Tue, 10 May 2016 05:39:09 +0300

I'm abount "tccpp: cleanup options -dD -dM, remove -C"
         case TCC_OPTION_d:
            if (*optarg == 'D')
                s->dflag = 3;
            else if (*optarg == 'M')
                s->dflag = 7;
            else if (*optarg == 'b') // ???????????????????
                s->dflag = 8;
            else
                goto unsupported_option;
             break;

2016-05-08 16:35 GMT+03:00 Sergey Korshunoff <address@hidden>:
> Subj.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]