Skip to content

Commit

Permalink
Revert "build: set LINK_STATIC_LIBS on msys2"
Browse files Browse the repository at this point in the history
This reverts commit 0ae812e.
  • Loading branch information
hexian000 committed Nov 24, 2024
1 parent 0ae812e commit 24f0af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ case "$1" in
cmake \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_EXE_LINKER_FLAGS="-static-libgcc" \
-DLINK_STATIC_LIBS=ON \
..
cmake --build .
HOST="$(cc -dumpmachine)"
Expand Down

0 comments on commit 24f0af9

Please sign in to comment.