lace_shared: Comment out '-gnatp' from 'Fast_Options' as it breaks opengl code.

This commit is contained in:
Rod Kay
2023-12-09 15:00:45 +11:00
parent ac397cc5db
commit 7fa9067198

View File

@@ -35,7 +35,7 @@ is
Fast_Options := ("-O3", Fast_Options := ("-O3",
"-gnatn", "-gnatn",
"-gnatp", -- "-gnatp", -- TODO: This breaks opengl code. Investigate more.
"-funroll-loops", "-funroll-loops",
"-ftracer"); "-ftracer");