浏览代码

Add step to enable FULL LTO in build workflow

jimsterino98 1 月之前
父节点
当前提交
e7732a42fe
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

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