We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d8483 commit 6e21598Copy full SHA for 6e21598
1 file changed
src/control/SConscript
@@ -56,7 +56,7 @@ def get_build_flags(benv):
56
flags = '-gcflags "all=-N -l"'
57
# Valgrind variant: instrument the Go runtime for Memcheck and leave the
58
# race detector off because it does not stack with memcheck.
59
- #
+ #
60
if benv.d_is_valgrind_build():
61
return flags
62
# enable AddressSanitizer to detect memory safety issues at runtime
0 commit comments