Update a README file.

This commit is contained in:
Gregory Nutt 2019-09-22 13:58:21 -06:00
parent eae495bc0a
commit 4ac9577fb2

View File

@ -567,3 +567,8 @@ Configurations
borderless. There is however, a fine border around each toolbar
widget with ruins the feel that the theme was trying for.
4. Revisiting this configuration after a few months, I found that the
configuration generated a hardfault. This turned out to be an issue
with the toolchain and dropping the optimization level eliminated the
problem; -O2 was sufficient for me. If you see odd behavior like
this, you might want to do the same.