Skip to content

Commit

Permalink
Fix missing dll issue for windows builds by using static-libsan
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvalkering authored Sep 19, 2024
1 parent ae3e91b commit d808084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_CXX_FLAGS="-fsanitize=address -fsanitize=undefined"
-DCMAKE_LINKER_FLAGS="-fsanitize=address"
-DCMAKE_CXX_FLAGS="-fsanitize=address -fsanitize=undefined -static-libsan"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_BUILD_RPATH=/usr/local/gcc-14.1.0/lib64
-S ${{ github.workspace }}
Expand Down

0 comments on commit d808084

Please sign in to comment.