ios: try Release for single-target
Debug added `-g` to the compiler command-line.
This commit is contained in:
parent
ee95bb3e73
commit
56010289aa
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user