Skip to content

Commit 7816846

Browse files
committed
do not swallow make output
1 parent 14ebf5d commit 7816846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function do_build_lib {
170170
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
171171
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
172172
USE_OPENMP=0 NUM_THREADS=64 \
173-
BINARY=$bitness $interface_flags $target_flags > /dev/null
173+
BINARY=$bitness $interface_flags $target_flags
174174
make PREFIX=$BUILD_PREFIX $interface_flags install
175175
popd
176176
stop_spinner

0 commit comments

Comments
 (0)