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:
Jamie Strandboge 2019-06-06 21:54:06 +00:00
commit 1f9cc702ed

View file

@ -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",