mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
-g now turns on -flno
This commit is contained in:
parent
1ca3e72417
commit
16ae493a9a
1 changed files with 5 additions and 0 deletions
5
main.c
5
main.c
|
@ -304,6 +304,11 @@ static bool options_parse(int argc, char **argv) {
|
|||
opts_pp_only = true;
|
||||
break;
|
||||
|
||||
/* debug turns on -flno */
|
||||
case 'g':
|
||||
options_setflag("LNO", true);
|
||||
break;
|
||||
|
||||
/* handle all -fflags */
|
||||
case 'f':
|
||||
util_strtocmd(argv[0]+2, argv[0]+2, strlen(argv[0]+2)+1);
|
||||
|
|
Loading…
Reference in a new issue