Skip to content

Commit b0f5711

Browse files
authored
1 parent 646cc20 commit b0f5711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- B2_VARIANT=variant=debug
121121
- TOOLSET=gcc-7
122122
- CXXFLAGS="cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined cxxflags=-fno-sanitize-recover=undefined"
123-
- LINKFLAGS="linkflags=-fsanitize=undefined linkflags=-fno-sanitize-recover=undefined"
123+
- LINKFLAGS="linkflags=-fsanitize=undefined linkflags=-fno-sanitize-recover=undefined linkflags=-fuse-ld=gold"
124124
- UBSAN_OPTIONS=print_stacktrace=1
125125
addons:
126126
apt:

0 commit comments

Comments
 (0)