Skip to content

Commit 453c502

Browse files
committed
use -f"visibility-protected" when building
1 parent cc76182 commit 453c502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function do_build_lib {
163163
git config --global --add safe.directory '*'
164164
(cd OpenBLAS \
165165
&& patch_source \
166-
&& make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
166+
&& CFLAGS="-fvisibility=protected" make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
167167
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
168168
stop_spinner
169169
local version=$(cd OpenBLAS && git describe --tags --abbrev=8)

0 commit comments

Comments
 (0)