Skip to content

Commit f7acef9

Browse files
committed
i686 failed, make build more verbose
1 parent 8988ef6 commit f7acef9

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
@@ -172,7 +172,7 @@ function do_build_lib {
172172
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
173173
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
174174
USE_OPENMP=0 NUM_THREADS=64 \
175-
BINARY=$bitness $interface_flags $target_flags > /dev/null
175+
BINARY=$bitness $interface_flags $target_flags
176176
make PREFIX=$BUILD_PREFIX $interface_flags install
177177
popd
178178
stop_spinner

0 commit comments

Comments
 (0)