Skip to content

Commit

Permalink
13.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Jan 25, 2019
1 parent 4794ed5 commit 3c85739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.4.0-beta1
13.4.0
2 changes: 1 addition & 1 deletion src/parse/rules/go_rules.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def _go_binary_cmds(static=False, ldflags='', pkg_config='', definitions=None, g
'dbg': f'{prefix} && {_link_cmd} {flags} $SRCS',
'opt': f'{prefix} && {_link_cmd} {flags} -s -w $SRCS',
}
if gcov:
if gcov and CONFIG.CPP_COVERAGE:
cmds['cover'] = f'{prefix} && {_link_cmd} {flags} -extldflags="-lgcov" $SRCS'

return cmds, {
Expand Down

0 comments on commit 3c85739

Please sign in to comment.