Skip to content

Commit f6294ab

Browse files
Merge pull request #57 from Free-Pascal-meets-SDL-Website/mesahint
Quickfix: Add Linux compiler hint for MESA bug
2 parents b4bada6 + c2d2499 commit f6294ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

units/sdl2.pas

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ interface
134134
{$ELSE}
135135
SDL_LibName = 'libSDL2.so.0';
136136
{$ENDIF}
137+
{$MESSAGE HINT 'Known MESA bug may generate float-point exception in software graphics mode! See https://github.com/PascalGameDevelopment/SDL2-for-Pascal/issues/56 for reference.'}
137138
{$ENDIF}
138139
{$ENDIF}
139140

0 commit comments

Comments
 (0)