Searched +full:- +full:denable_debug (Results 1 – 6 of 6) sorted by relevance
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'18 - 'projects/**'[all …]
3 # SPDX-License-Identifier: curl5 name: non-native10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'[all …]
22 # SPDX-License-Identifier: curl27 set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail32 openssl_root_win='C:/OpenSSL-v34-Win64'34 openssl_root_win='C:/OpenSSL-v111-Win64'40 [[ "${TARGET:-}" = *'ARM64'* ]] && SKIP_RUN='ARM64 architecture'41 [ -n "${TOOLSET:-}" ] && options+=" -T ${TOOLSET}"42 [ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}"43 [ -n "${CURLDEBUG:-}" ] && options+=" -DENABLE_CURLDEBUG=${CURLDEBUG}"44 [ "${PRJ_CFG}" = 'Debug' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG='45 [ "${PRJ_CFG}" = 'Release' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE='[all …]