Skip to content

Commit

Permalink
-fvisibility-inlines-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Nov 12, 2024
1 parent 3a6bd70 commit 80b41cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
run: |
If (Test-Path "C:\_") { rm -r -fo "C:\_" }
Copy-Item -Path ".\temp" -Destination "C:\_" -Recurse
- name: Debug over SSH (tmate)
uses: mxschmitt/[email protected]
# - name: Debug over SSH (tmate)
# uses: mxschmitt/[email protected]
- name: CI-Build
shell: msys2 {0}
id: build
Expand All @@ -83,7 +83,7 @@ jobs:
unset VCPKG_ROOT
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DGINKGO_BUILD_HWLOC=OFF -DGINKGO_BUILD_EXAMPLES=OFF -DGINKGO_BUILD_TESTS=OFF -DGINKGO_BUILD_BENCHMARKS=OFF ..
cmake -G Ninja -DCMAKE_CXX_FLAGS=-fvisibility-inlines-hidden -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DGINKGO_BUILD_HWLOC=OFF -DGINKGO_BUILD_EXAMPLES=OFF -DGINKGO_BUILD_TESTS=OFF -DGINKGO_BUILD_BENCHMARKS=OFF ..
cmake --build . --verbose
- name: "Clean up runner"
Expand Down

0 comments on commit 80b41cf

Please sign in to comment.