Skip to content

Commit 84d4861

Browse files
committed
Build with WITH_DBG_RUNTIME=false in ./bin/travis-ci
The debug runtimes are unused on TravisCI; this avoids unnecessary build time.
1 parent 18c6f0c commit 84d4861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/travis-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
MLTON_RUNTIME_ARGS="ram-slop 0.90"
2020

2121
echo "Building MLton..."
22-
make CC="$CC" OLD_MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_COMPILE_ARGS="$MLTON_COMPILE_ARGS" all
22+
make CC="$CC" OLD_MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_COMPILE_ARGS="$MLTON_COMPILE_ARGS" WITH_DBG_RUNTIME=false all
2323

2424
if [ "$REGRESSION" == "true" ]; then
2525
echo "Running regression tests..."

0 commit comments

Comments
 (0)