Files
Arch-R/scripts
mglae 5789d3dff9 buildsystem: allow specifying our optimizing level for packages build with cmake
Using -DCMAKE_BUILD_TYPE=MinSizeRel result in finally building with -Os. Our default
optimization or '+speed' are ignored, behavior is like always using '+size'.

Changing to default -DCMAKE_BUILD_TYPE="" is not allowed by to many packages including
Kodi, they are forcing a default option (in worst case "Debug", e.g. llvm)

Redefine the cmake parameters to not include any options and do the same for host choosing
"Release" as build type.
2021-09-17 18:20:08 +02:00
..
2020-02-10 08:53:39 +01:00
2021-08-13 01:09:29 +00:00
2018-11-13 06:41:49 +00:00
2019-07-09 00:05:25 +01:00
2021-04-11 22:04:13 +02:00
2021-01-26 16:26:56 +01:00
2020-02-19 07:49:35 +00:00
2020-02-10 08:53:39 +01:00