lace_shared: Add '-g' to 'Fast_Options' to allow profiling.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user