mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
Merge branch 'cache-fix' into 'master'
parser: Don't skip cache just because optimizations are specified See merge request apparmor/apparmor!385
This commit is contained in:
commit
1f9cc702ed
1 changed files with 0 additions and 2 deletions
|
@ -518,8 +518,6 @@ static int process_arg(int c, char *optarg)
|
|||
}
|
||||
break;
|
||||
case 'O':
|
||||
skip_read_cache = 1;
|
||||
|
||||
if (!handle_flag_table(optflag_table, optarg,
|
||||
&dfaflags)) {
|
||||
PERROR("%s: Invalid --Optimize option %s\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue