From c0956bb3e850ccf9fdaef200298cad9044388872 Mon Sep 17 00:00:00 2001 From: Henry Allen Date: Fri, 11 Oct 2024 11:51:06 -0400 Subject: [PATCH] Build in debug mode --- .github/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index c0446ad..a5dca3c 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -79,7 +79,7 @@ jobs: xcodebuild -scheme "benchmarking-test-app" \ -archivePath "BenchmarkingTestApp.xcarchive" \ -workspace ios/benchmarking-test-app.xcworkspace \ - -configuration Release \ + -configuration Debug \ -sdk iphoneos \ -destination generic/platform=iOS \ -allowProvisioningUpdates \