mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 13:54:18 +01:00
[build] Disable unity builds
Apparently Unity builds are much slower than regular builds for some reason. Closes #386.
This commit is contained in:
parent
4f28d57352
commit
3572775635
@ -19,7 +19,6 @@ function build_arch {
|
|||||||
meson --cross-file "$DXVK_SRC_DIR/build-win$1.txt" \
|
meson --cross-file "$DXVK_SRC_DIR/build-win$1.txt" \
|
||||||
--buildtype "release" \
|
--buildtype "release" \
|
||||||
--prefix "$DXVK_BUILD_DIR/install.$1" \
|
--prefix "$DXVK_BUILD_DIR/install.$1" \
|
||||||
--unity on \
|
|
||||||
--strip \
|
--strip \
|
||||||
-Denable_tests=false \
|
-Denable_tests=false \
|
||||||
"$DXVK_BUILD_DIR/build.$1"
|
"$DXVK_BUILD_DIR/build.$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user