Skip to content

Commit

Permalink
Updated informations about optimization level
Browse files Browse the repository at this point in the history
Updated informations about optimization level as weird shadows bugs doesn't appear anymore :D
  • Loading branch information
aviallon authored Jan 21, 2018
1 parent fa21294 commit eb1a2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb1a2ff

Please sign in to comment.