lace_shared: Comment out '-gnatp' from 'Fast_Options' as it breaks opengl code.
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user