Remove default no_aot_data filter

This commit is contained in:
2026-08-05 18:22:55 +02:00
parent 879381aed6
commit 9ecfd26ac6
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ my %CONFIGS = (
);
# Those will be executed automatically by runner.pl (+ no filter at all)
my @DEFAULT_CONFIGS = ('no_aot_data');
# my @DEFAULT_CONFIGS = ('no_aot_data');
my @DEFAULT_CONFIGS = ();
sub get_configs {
return \%CONFIGS;