diff options
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 560d0405..fbe27445 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -78,6 +78,10 @@ const ( buildcatrust + // gcc is a hacked-to-pieces GCC toolchain meant for use in intermediate + // stages only. This preset and its direct output must never be exposed. + gcc + // _presetEnd is the total number of presets and does not denote a preset. _presetEnd ) |
