Skip to content

Commit

Permalink
add missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Nov 6, 2024
1 parent 86a26ce commit 3564f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function Generate-Header {
try {
Push-Location "profiling-ffi"
foreach ($target in $targets) {
Build-Project -target $target -release $true
Build-Project -target $target
Build-Project -target $target -releaseFlag "--release"
}
}
finally {
Expand Down

0 comments on commit 3564f3e

Please sign in to comment.