2048: remove `[no_inline]` (no longer needed)
parent
b4dc6c83cd
commit
d1cebcb608
|
@ -252,8 +252,6 @@ fn (b Board) hmirror() Board {
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
// GCC optimization bug; inlining fails when compiled with -prod
|
|
||||||
[no_inline]
|
|
||||||
fn (t TileLine) to_left() TileLine {
|
fn (t TileLine) to_left() TileLine {
|
||||||
right_border_idx := 4
|
right_border_idx := 4
|
||||||
mut res := t
|
mut res := t
|
||||||
|
|
Loading…
Reference in New Issue