소스 검색

Re-enable LTO for Linux

Using the tested method of only enabling it for core and video_core.

Clang is skipped, because Clang.
Matías Locatti 3 년 전
부모
커밋
b000af0054
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .ci/scripts/linux/docker.sh

+ 1 - 0
.ci/scripts/linux/docker.sh

@@ -22,6 +22,7 @@ cmake .. \
       -DUSE_DISCORD_PRESENCE=ON \
       -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
       -DYUZU_USE_BUNDLED_FFMPEG=ON \
+      -DYUZU_ENABLE_LTO=ON \
       -GNinja
 
 ninja