Skip to content

Commit

Permalink
build: disable IPO for MSYS2
Browse files Browse the repository at this point in the history
Signed-off-by: He Xian <[email protected]>
  • Loading branch information
hexian000 committed Nov 13, 2024
1 parent d3a631f commit adadaa9
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" \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-S "." -B "build"
cmake --build "build"
HOST="$(cc -dumpmachine)"
Expand Down

0 comments on commit adadaa9

Please sign in to comment.