Added some code to handle -Oego,opt,asopt and the like.

By default, optimizers can be excluded by giving them a negative
priority in the description files. This is currently done for
the global optimizer
This commit is contained in:
ceriel
1987-02-10 16:50:32 +00:00
parent 04b514bdef
commit 0065209b5a
3 changed files with 9 additions and 4 deletions

View File

@@ -175,6 +175,8 @@ vieuwargs(argc,argv) char **argv ; {
hide=YES ;
break ;
case 'O': Optflag++ ;
Optlist= &argp[2] ;
eaten=1 ;
break ;
case 'v': if ( argp[2] ) {
v_flag += atoi(&argp[2]) ;