File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
2323 arch : x86_64
2424 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
2525 before-all : " "
26- extra-env : " "
26+ extra-env : VCPKG_BUILD_TYPE=release
2727 mdt : " "
2828 - os : ubuntu-24.04-arm
2929 arch : aarch64
3030 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
3131 before-all : dnf -y install boost-devel zlib
32- extra-env : " "
32+ extra-env : VCPKG_BUILD_TYPE=release
3333 mdt : " "
3434 - os : macos-15-intel
3535 arch : x86_64
3636 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
3737 before-all : brew install libomp pkg-config automake autoconf autoconf-archive libtool
38- extra-env : CC=clang CXX=clang++
38+ extra-env : CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
3939 mdt : " "
4040 - os : macos-15
4141 arch : arm64
4242 py-vers : cp39-* cp310-* cp311-* cp312-* cp313-*
4343 before-all : brew install libomp pkg-config automake autoconf autoconf-archive libtool
44- extra-env : CC=clang CXX=clang++
44+ extra-env : CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
4545 mdt : " "
4646
4747 env :
You can’t perform that action at this time.
0 commit comments