We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646cc20 commit b0f5711Copy full SHA for b0f5711
.travis.yml
@@ -120,7 +120,7 @@ jobs:
120
- B2_VARIANT=variant=debug
121
- TOOLSET=gcc-7
122
- CXXFLAGS="cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined cxxflags=-fno-sanitize-recover=undefined"
123
- - LINKFLAGS="linkflags=-fsanitize=undefined linkflags=-fno-sanitize-recover=undefined"
+ - LINKFLAGS="linkflags=-fsanitize=undefined linkflags=-fno-sanitize-recover=undefined linkflags=-fuse-ld=gold"
124
- UBSAN_OPTIONS=print_stacktrace=1
125
addons:
126
apt:
0 commit comments