From eb1a2ffbbc4b61a75e9902e80d3247c8152a4735 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sun, 21 Jan 2018 22:30:44 +0100 Subject: [PATCH] Updated informations about optimization level Updated informations about optimization level as weird shadows bugs doesn't appear anymore :D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1b5b8..64069bd 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ Compile using : The last line is required to include the arial.ttf file _inside_ the executable, at link time. This avoids having to share your program and the font file as two separate files. -The optimisation level `-O2` is highly recommended as it's 5 times as performant as lesser ones. Also `-O3` and higher causes weird shadows glitches I didn't identify yet. +The optimisation level `-O3` is highly recommended as it's 5 times as performant as lesser ones. ~~Also `-O3` and higher causes weird shadows glitches I didn't identify yet.~~ Problem solved :D