Skip to content

Commit 5ee0aca

Browse files
committed
debug
1 parent 5675774 commit 5ee0aca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,10 @@ function do_build_lib {
178178
pushd OpenBLAS
179179
patch_source
180180
echo start building
181-
exit -1
182181
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
183182
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
184183
USE_OPENMP=0 NUM_THREADS=64 \
185-
BINARY=$bitness $interface_flags $target_flags shared > /dev/null
184+
BINARY=$bitness $interface_flags $target_flags shared
186185
echo done building, now testing
187186
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
188187
USE_OPENMP=0 NUM_THREADS=64 \

0 commit comments

Comments
 (0)