Commit 5049d32
committed
ci: improve g++ warmup to include iostream/vector/cstring headers
A trivial warmup program only loads the basic toolchain (cc1plus/as/ld).
The actual test programs use <iostream>, <vector>, <cstring> which
require additional header search paths and libstdc++ linking.
Including these headers in the warmup ensures those paths are also
in the OS file cache.1 parent 8cdbc22 commit 5049d32
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
0 commit comments