CI (MSYS2): Configure with `-DCMAKE_BUILD_TYPE=Release`.
This commit is contained in:
parent
934a0e5397
commit
594ceeceda
|
@ -235,7 +235,8 @@ jobs:
|
||||||
- name: Configure OpenBLAS
|
- name: Configure OpenBLAS
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DBUILD_SHARED_LIBS=ON \
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DBUILD_STATIC_LIBS=ON \
|
-DBUILD_STATIC_LIBS=ON \
|
||||||
-DDYNAMIC_ARCH=ON \
|
-DDYNAMIC_ARCH=ON \
|
||||||
-DUSE_THREAD=ON \
|
-DUSE_THREAD=ON \
|
||||||
|
@ -258,6 +259,7 @@ jobs:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
run: cd build && ctest
|
run: cd build && ctest
|
||||||
|
|
||||||
|
|
||||||
cross_build:
|
cross_build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue