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 Jan 24, 2024
1 parent 5e6a6ea commit 3699017
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions org.yuzu_emu.yuzu.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@
"config-opts": [
"-DENABLE_OPENGL=OFF"
]
},
"x86_64": {
"config-opts": [
"-DYUZU_ENABLE_LTO=ON",
"-DCMAKE_C_FLAGS=$CFLAGS -lxml2 -march=x86-64-v3 -mtune=x86-64 -Ofast",
"-DCMAKE_CXX_FLAGS=$CXXFLAGS -lxml2 -march=x86-64-v3 -mtune=x86-64 -Ofast"
]
}
}
},
Expand Down

0 comments on commit 3699017

Please sign in to comment.