lace_shared: Add '-g' to 'Fast_Options' to allow profiling.

This commit is contained in:
Rod Kay
2023-12-09 15:01:28 +11:00
parent 7fa9067198
commit c8e7f787c1

View File

@@ -37,7 +37,8 @@ is
"-gnatn", "-gnatn",
-- "-gnatp", -- TODO: This breaks opengl code. Investigate more. -- "-gnatp", -- TODO: This breaks opengl code. Investigate more.
"-funroll-loops", "-funroll-loops",
"-ftracer"); "-ftracer",
"-g"); -- TODO: Temporary for profiling. Make a new build mode for profiling.
Small_Options := ("-Os", Small_Options := ("-Os",
"-gnatp", "-gnatp",