Added to part6 doc in light of a compiler optimisation bug

This commit is contained in:
isometimes 2021-09-22 18:35:29 +01:00
parent b6b6d316d1
commit 54c30386a3

View file

@ -148,6 +148,8 @@ I hope writing your first game was easier than you thought it might be - and on
_Well done, you've just written your first game!_
PS: if you have issues using the Arm gcc compiler (namely an unexpected crash after painting the first brick), you might to try setting the compiler optimisation level to `-O1` instead of `-O2` in the _Makefile_. Some folks have [reported issues](https://github.com/isometimes/rpi4-osdev/issues/17), and I am able to reproduce these.
![The finished game](images/6-breakout-thefinishedgame.jpg)
[Go to part7-bluetooth >](../part7-bluetooth)