From 51a86bbe89069fd30efb930af9063be38c27fe8a Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Wed, 20 Dec 2023 17:58:41 +1100 Subject: [PATCH] lace_shared: Comment out 'for Global_Configuration_Pragmas use' for 'fast' mode builds. --- 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 72bc877..0e9a9f6 100644 --- a/0-floor/lace_shared/lace_shared.gpr +++ b/0-floor/lace_shared/lace_shared.gpr @@ -148,7 +148,7 @@ is is when "debug" => for Global_Configuration_Pragmas use "debug.pra"; for Default_Switches ("ada") use ("-C", "-j0", "-gnat2022"); -- TODO: Create and use a Builder_Options variable ? - when "fast" => for Global_Configuration_Pragmas use "debug.pra"; -- TODO: Without this, openGL fails. Ivestigate. + when "fast" => -- for Global_Configuration_Pragmas use "debug.pra"; -- TODO: Without this, openGL fails. Investigate. for Default_Switches ("ada") use ("-C", "-j0", "-gnat2022"); when "small" => null; end case;