Skip to content

Commit

Permalink
Compile with valgrind support
Browse files Browse the repository at this point in the history
  • Loading branch information
wvauclain committed Nov 15, 2020
1 parent 53276db commit 6bc78ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/boost.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default_copts = select({
"//conditions:default": [],
})

default_defines = select({
default_defines = ["BOOST_USE_VALGRIND"] + select({
":windows_x86_64": ["BOOST_ALL_NO_LIB"], # Turn auto_link off in MSVC compiler
"//conditions:default": [],
})
Expand Down

0 comments on commit 6bc78ee

Please sign in to comment.