Просмотр исходного кода

Change LTO setting from FULL to thin

jimsterino98 3 недель назад
Родитель
Сommit
3653c1b8f1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -287,7 +287,7 @@ 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
+      - name: enable thin LTO
         uses: ./.github/actions/lto
         uses: ./.github/actions/lto
         
         
       - name: Build
       - name: Build