Commit 4a97424
committed
CI: Build xpost in release mode with LTO
The default xpost configure produces a debug build (asserts and debug
log level) at plain -O2. Release mode plus LTO with
-fno-semantic-interposition lets the one-line object and stack helpers,
which are exported shared-library symbols, inline across translation
units. Roughly halves suite runtime even before the xpost-side fixes.1 parent a94e993 commit 4a97424
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments