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;