Add missing debug configuration for GX

Former-commit-id: 4b17ab1f4d
This commit is contained in:
Phillip Stephens 2023-10-01 02:04:40 -07:00
parent 30f8fe011f
commit d95a2b6b7a
1 changed files with 3 additions and 2 deletions

View File

@ -764,10 +764,11 @@ LIBS = [
{ {
"lib": "gx", "lib": "gx",
"mw_version": "1.2.5", "mw_version": "1.2.5",
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int",
"cflags": "$cflags_base -fp_contract off", "cflags": "$cflags_base -fp_contract off",
"host": False, "host": False,
"objects": [ "objects": [
"Dolphin/gx/GXInit", ["Dolphin/gx/GXInit", False],
"Dolphin/gx/GXFifo", "Dolphin/gx/GXFifo",
"Dolphin/gx/GXAttr", "Dolphin/gx/GXAttr",
"Dolphin/gx/GXMisc", "Dolphin/gx/GXMisc",
@ -1365,7 +1366,7 @@ if __name__ == "__main__":
"custom_make": "ninja", "custom_make": "ninja",
"target_dir": str(build_asm_path), "target_dir": str(build_asm_path),
"base_dir": str(build_src_path), "base_dir": str(build_src_path),
"build_target": True, "build_target": False,
"watch_patterns": [ "watch_patterns": [
"*.c", "*.c",
"*.cp", "*.cp",