David Heidelberg
eb52a149a0
Enable IPO/LTO by default except for debug builds (#14198)
Test case:
```
$ cmake . -DRUN_IN_PLACE=TRUE -DCMAKE_BUILD_TYPE=Release -DBUILD_SERVER=TRUE -DENABLE_TOUCH=FALSE
minetest minetestserver
W/o LTO: 13M 7.3M
W/ LTO: 11M 5.9M
difference: 15% 19%
```
Also fixes various compiler warnings resulting from compilation using LTO.
---------
Signed-off-by: David Heidelberg <david@ixit.cz>
2024-02-09 00:01:12 +01:00
..
2024-01-19 11:54:40 +01:00
2024-02-09 00:01:12 +01:00
2022-07-04 01:06:57 +02:00
2024-02-04 21:21:23 +01:00
2023-05-26 15:21:23 +02:00
2023-11-28 23:11:29 +01:00
2024-02-05 20:57:30 +01:00
2023-11-05 09:11:30 +01:00
2020-04-03 23:26:07 +02:00
2022-07-22 20:13:10 +02:00
2024-01-15 11:44:26 +01:00
2023-05-18 20:34:18 +02:00