|
@@ -337,6 +337,9 @@ jobs:
|
|
|
if: inputs.cache == 'true' && inputs.build_type == 'make'
|
|
if: inputs.cache == 'true' && inputs.build_type == 'make'
|
|
|
uses: ./.github/actions/use-ccache
|
|
uses: ./.github/actions/use-ccache
|
|
|
|
|
|
|
|
|
|
+ - name: enable FULL LTO
|
|
|
|
|
+ uses: ./.github/actions/lto
|
|
|
|
|
+
|
|
|
- name: Build
|
|
- name: Build
|
|
|
uses: ./.github/actions/build
|
|
uses: ./.github/actions/build
|
|
|
with:
|
|
with:
|