Build Tux Paint with -O2, everything with -ffast-math

This commit is contained in:
Bill Kendrick 2024-01-14 13:44:03 -08:00
parent 8a76b570b7
commit 0fa1ea33f6
2 changed files with 10 additions and 6 deletions

View file

@ -101,6 +101,9 @@ https://tuxpaint.org/
* Other Improvements:
-------------------
* Makefile builds everything with "-O2" now, and adds "-ffast-math"
Bill Kendrick <bill@newbreedsoftware.com>
* Simplify macOS building by signing macOS app bundle anonymously by
default.
Mark Kim <markuskimius@gmail.com>