We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc645b8 commit e5e474cCopy full SHA for e5e474c
tools/build_steps.sh
@@ -170,7 +170,7 @@ function do_build_lib {
170
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
171
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
172
USE_OPENMP=0 NUM_THREADS=64 \
173
- BINARY=$bitness $interface_flags $target_flags > /dev/null
+ BINARY=$bitness $interface_flags $target_flags
174
make PREFIX=$BUILD_PREFIX $interface_flags install
175
popd
176
stop_spinner
0 commit comments