Skip to content

Commit 644fc6e

Browse files
author
Kamil
committed
Set build targets to "release" only
1 parent c0b74f9 commit 644fc6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build_dxvk_all_ninja.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222

2323
. ".\build_common.ps1"
2424

25-
$BuildFlavours = @("debug","debugoptimized","release")
26-
$BuildSubDirs = @("_Comp64Debug","_Comp64DebugOptimized","_Comp64Release")
25+
$BuildFlavours = @("release")
26+
# $BuildFlavours = @("debug","debugoptimized","release")
27+
$BuildSubDirs = @("_Comp64Release")
28+
# $BuildSubDirs = @("_Comp64Debug","_Comp64DebugOptimized","_Comp64Release")
2729

2830
For ($i=0; $i -lt $BuildFlavours.Length; $i++) {
2931
PerformBuild -BuildFlavour $BuildFlavours[$i] -BuildSubDir $BuildSubDirs[$i] -Backend ninja -EnableTracy false

0 commit comments

Comments
 (0)