Skip to content

Commit 5675774

Browse files
committed
debug
1 parent 6313089 commit 5675774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_steps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,15 @@ function do_build_lib {
170170
echo "Building with settings: plat:'$plat' suffix:'$suffix' interface64:'$interface64'"
171171
echo " interface_flags:'$interface_flags'"
172172
echo " target_flags:'$target_flags'"
173-
exit -1
174173
mkdir -p libs
175174
start_spinner
176175
set -x
176+
echo git config
177177
git config --global --add safe.directory '*'
178178
pushd OpenBLAS
179179
patch_source
180180
echo start building
181+
exit -1
181182
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
182183
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
183184
USE_OPENMP=0 NUM_THREADS=64 \

0 commit comments

Comments
 (0)