Commit 9bbdb13
committed
lib/heap: Prevent toolchain from using LTO when building heap_constants.c.obj
This object file is used to have the compiler compute various constants
with the results being extracted with a python script. If LTO is used, none
of those constants will end up in the resulting object file.
Signed-off-by: Keith Packard <keithp@keithp.com>1 parent 2a0b9e9 commit 9bbdb13
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
1051 | 1054 | | |
1052 | 1055 | | |
1053 | 1056 | | |
| |||
0 commit comments