Skip to content

Commit adadaa9

Browse files
committed
build: disable IPO for MSYS2
Signed-off-by: He Xian <hexian000@outlook.com>
1 parent d3a631f commit adadaa9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

m.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ case "$1" in
5151
cmake \
5252
-DCMAKE_BUILD_TYPE="Release" \
5353
-DCMAKE_EXE_LINKER_FLAGS="-static-libgcc" \
54-
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
5554
-S "." -B "build"
5655
cmake --build "build"
5756
HOST="$(cc -dumpmachine)"

0 commit comments

Comments
 (0)