Add hashes to config.yml

Set REL/empty.c to matching for every version
Turn off quick-analysis for PAL
This commit is contained in:
dbalatoni13 2024-11-15 15:10:45 +01:00
parent 32a1d32fe4
commit fac2549b7a
3 changed files with 203 additions and 327 deletions

View file

@ -822,7 +822,7 @@ config.libs = [
"host": False,
"objects": [
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/executor.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/empty.c"), # Must be marked as matching
Object(Matching, "REL/empty.c"), # Must be marked as matching
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/board_executor.c"),
],
},