From ff193f5523a36fa1eb3d131207a11b22e16f4d4d Mon Sep 17 00:00:00 2001 From: Robert Debug Date: Mon, 17 May 2021 20:38:24 +0200 Subject: [PATCH] test -Cdebuginfo=0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34107f975..e1df385a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -386,7 +386,7 @@ jobs: - name: Build iOS library ${{ matrix.target }} working-directory: ./xayn-ai-ffi-c env: - RUSTFLAGS: -Cembed-bitcode=yes + RUSTFLAGS: -Cdebuginfo=0 run: cargo lipo --targets ${{ matrix.target }} - name: Prepare lib for upload