Skip to content

Commit e5e474c

Browse files
committed
do not redirect stdout for verbose logs
1 parent fc645b8 commit e5e474c

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)