Skip to content

Commit 8a934f6

Browse files
committed
Disable LTO for now
Incremental broken on nightly rust-lang/rust#58131
1 parent d025c52 commit 8a934f6

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Jan 16, 2018
2+
- Add Super Speed Rolling Cheat
3+
- Enable Invincible Enemy Cheat (Experimental - Direct Replica of DB's Gecko Code)
4+
15
# Oct 2, 2018
26
- Re-align text in main menu
37
- Add Rupee Flag modifier

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ panic = "abort"
1212

1313
[profile.release]
1414
panic = "abort"
15-
lto = true
15+
lto = false
1616

1717
[dependencies]
1818
arrayvec = { version = "0.4.7", default-features = false, features = ["serde-1"] }

Romhack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ patch = "src/patch.asm"
1010
map = "map/Final/Release/frameworkF.map"
1111

1212
[build]
13-
map = "G:/Users/crish/Documents/Dolphin Emulator/Maps/GZLJ01.map"
13+
map = "target/GZLJ01.map"
1414
iso = "target/tpgz.iso"
1515

1616
[link]

USAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ ENJOY!
4242

4343
## Cheats
4444
- A to Activate / Deactivate
45+
- !!! Currently the Infinite Enemy Health Cheat is finicky; it can be enabled on the fly
46+
however when disabled the area will have to be reloaded or if that doesn't work soft reset
4547

4648
## Warping
4749
![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Warning! Modifying the

0 commit comments

Comments
 (0)