diff options
| author | Fenrir <[email protected]> | 2017-07-31 23:23:20 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-31 23:23:20 -0600 |
| commit | 5f0fc0c00148c6128ee9354ba7360b386a59bef5 (patch) | |
| tree | 3fe53b38fa6487a03c8938a1132e0e14f273d430 /examples/3ds.json | |
| parent | Merge pull request #41 from FenrirWolf/panic-reboot (diff) | |
| download | archived-ctru-rs-5f0fc0c00148c6128ee9354ba7360b386a59bef5.tar.xz archived-ctru-rs-5f0fc0c00148c6128ee9354ba7360b386a59bef5.zip | |
Add unwinding strategy for panics
Diffstat (limited to 'examples/3ds.json')
| -rw-r--r-- | examples/3ds.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/3ds.json b/examples/3ds.json index bec3423..6aea864 100644 --- a/examples/3ds.json +++ b/examples/3ds.json @@ -14,6 +14,5 @@ "relocation-model": "static", "executables": true, "exe-suffix": ".elf", - "panic-strategy": "abort", "linker-flavor": "gcc" } |