From c8e7f787c181a45c9e0b4e649b8979e9e3a37a23 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Sat, 9 Dec 2023 15:01:28 +1100 Subject: [PATCH] lace_shared: Add '-g' to 'Fast_Options' to allow profiling. --- 0-floor/lace_shared/lace_shared.gpr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/0-floor/lace_shared/lace_shared.gpr b/0-floor/lace_shared/lace_shared.gpr index 384c97b..e9a9970 100644 --- a/0-floor/lace_shared/lace_shared.gpr +++ b/0-floor/lace_shared/lace_shared.gpr @@ -37,7 +37,8 @@ is "-gnatn", -- "-gnatp", -- TODO: This breaks opengl code. Investigate more. "-funroll-loops", - "-ftracer"); + "-ftracer", + "-g"); -- TODO: Temporary for profiling. Make a new build mode for profiling. Small_Options := ("-Os", "-gnatp",