Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
add compiler optimization flags
Browse files Browse the repository at this point in the history
  • Loading branch information
derekstavis committed Nov 2, 2023
1 parent a325e81 commit 33adc12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org.yuzu_emu.yuzu.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,14 @@
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DCMAKE_C_FLAGS=$CFLAGS -lxml2 -march=native -mtune=native -Ofast",
"-DCMAKE_CXX_FLAGS=$CXXFLAGS -lxml2 -march=native -mtune=native -Ofast",
"-DENABLE_QT_TRANSLATION=ON",
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF",
"-DYUZU_USE_QT_WEB_ENGINE=ON",
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
"-DYUZU_ENABLE_LTO=ON",
"-DDISPLAY_VERSION=1607",
"-DBUILD_TAG=mainline-1607",
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
Expand Down

0 comments on commit 33adc12

Please sign in to comment.