From 7fa90671985b8defb5b2d30cab225ef0a19c8dad Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Sat, 9 Dec 2023 15:00:45 +1100 Subject: [PATCH] lace_shared: Comment out '-gnatp' from 'Fast_Options' as it breaks opengl code. --- 0-floor/lace_shared/lace_shared.gpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-floor/lace_shared/lace_shared.gpr b/0-floor/lace_shared/lace_shared.gpr index 5a1af93..384c97b 100644 --- a/0-floor/lace_shared/lace_shared.gpr +++ b/0-floor/lace_shared/lace_shared.gpr @@ -35,7 +35,7 @@ is Fast_Options := ("-O3", "-gnatn", - "-gnatp", + -- "-gnatp", -- TODO: This breaks opengl code. Investigate more. "-funroll-loops", "-ftracer");