Skip to content

Commit ef9ab92

Browse files
authored
EmbeddedConcurrency: don't use -c release for SwiftSyntax
Remove the '-c release' option from the build command.
1 parent 8a7ae30 commit ef9ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/EmbeddedConcurrency/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -euxo pipefail
33
package_dir="$(cd "$(dirname "$0")" && pwd)"
44
swift package --package-path "$package_dir" \
55
--swift-sdk "${SWIFT_SDK_ID_wasm32_unknown_wasip1:-${SWIFT_SDK_ID:-wasm32-unknown-wasip1}}-embedded" \
6-
js --default-platform node -c release
6+
js --default-platform node
77
node "$package_dir/run.mjs"

0 commit comments

Comments
 (0)