Fix config for emu64

This commit is contained in:
Cuyler36
2025-02-26 00:35:27 -05:00
parent b4500d0c34
commit e9a67b3f16
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ config.libs = [
"progress_category": "library",
"src_dir": "src/static",
"objects": [
Object(NonMatching, "libforest/emu64/emu64.cc"),
Object(NonMatching, "libforest/emu64/emu64.cc", extra_cflags=["-lang=c++", "-O4,p", "-inline auto"]),
Object(Matching, "libforest/osreport.c"),
Object(Matching, "libforest/fault.c"),
Object(Matching, "libforest/ReconfigBATs.c"),
+1
View File
@@ -1322,6 +1322,7 @@ def generate_objdiff_config(
"*.txt",
"*.json",
"*.c_inc",
"*.cc",
],
"units": [],
"progress_categories": [],