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 8988ef6 commit f7acef9Copy full SHA for f7acef9
tools/build_steps.sh
@@ -172,7 +172,7 @@ function do_build_lib {
172
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
173
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
174
USE_OPENMP=0 NUM_THREADS=64 \
175
- BINARY=$bitness $interface_flags $target_flags > /dev/null
+ BINARY=$bitness $interface_flags $target_flags
176
make PREFIX=$BUILD_PREFIX $interface_flags install
177
popd
178
stop_spinner
0 commit comments