ios: try Release for single-target

Debug added `-g` to the compiler command-line.
This commit is contained in:
Viktor Szakats 2025-02-27 02:05:50 +01:00
parent ee95bb3e73
commit 56010289aa
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -263,7 +263,7 @@ jobs:
install_steps: libressl
# FIXME: Could not make OPENSSL_ROOT_DIR work. CMake seems to prepend sysroot to it.
generate: >-
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_BUILD_TYPE=Release
-DOPENSSL_INCLUDE_DIR="$HOME/libressl/include"
-DOPENSSL_SSL_LIBRARY="$HOME/libressl/lib/libssl.a"
-DOPENSSL_CRYPTO_LIBRARY="$HOME/libressl/lib/libcrypto.a"