Skip to content

Commit cebc387

Browse files
authored
[SCIP] no optimization on windows (#7898)
1 parent 3344f6b commit cebc387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S/SCIP/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ elif [[ "${target}" == *-mingw* ]]; then
2626
fi
2727
2828
if [[ "${target}" == *w64* ]]; then
29-
export CFLAGS="-O1"
29+
export CFLAGS="-O0"
3030
fi
3131
3232
cd scipoptsuite*

0 commit comments

Comments
 (0)