Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc: fix get_completion_scheduler for -Og
The get_completion_schedule failed to link with -Og. There doesn't appear to be a direct way to detect this with pre-processor flags. Therefore, switch the detection so that only size-optimization results in the template type (__OPTIMIZE_SIZE__ instead of __OPTIMIZE__). Fixes: d5d5cab Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
- Loading branch information