Skip to content

Commit

Permalink
Use link-time optimization for building
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoquang2708 committed Dec 7, 2024
1 parent 42494f9 commit 16de3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net.shadps4.shadPS4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ modules:
- -DCMAKE_C_COMPILER=clang
- -DCMAKE_CXX_COMPILER=clang++
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE=ON
sources:
# We're using a git source here rather than a zipball because zip/tarballs
# don't include submodules, which shadps4 depends on (in the externals directory)
Expand Down

0 comments on commit 16de3b2

Please sign in to comment.