mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[general] Package script: Enable unity builds by default
This commit is contained in:
parent
3c611503d6
commit
b6e40bcaa9
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ function build_arch {
|
|||
meson --cross-file "$DXVK_SRC_DIR/build-win$1.txt" \
|
||||
--buildtype "release" \
|
||||
--prefix "$DXVK_BUILD_DIR/install.$1" \
|
||||
--unity off \
|
||||
--unity on \
|
||||
--strip \
|
||||
-Denable_tests=false \
|
||||
"$DXVK_BUILD_DIR/build.$1"
|
||||
|
@ -49,4 +49,4 @@ build_arch 32
|
|||
|
||||
if [ "$3" != "--no-package" ]; then
|
||||
package
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue