Files
Isaac Paul 9d299ccc52 Fix args undefined in release builds on Linux
In release (#else) branch, args was never defined but used on line 337.
Move args declaration outside the #if DEBUG block; only append -r flag in DEBUG.

Automated-By: claude-sonnet-4-6
2026-05-19 17:03:08 -05:00
..