Skip to content

Commit

Permalink
orderfile: Fix the broken orderfile bot build.
Browse files Browse the repository at this point in the history
Silences a link warning. We already silence it for the orderfile
build, silence it for the cygprofile_unittests build as well.

BUG=485542

Review URL: https://codereview.chromium.org/1257683008

Cr-Commit-Position: refs/heads/master@{#341305}
  • Loading branch information
lizeb authored and Commit bot committed Jul 31, 2015
1 parent e91e435 commit 39650f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/cygprofile/cygprofile.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
'cygprofile_unittest.cc',
],
'cflags!': [ '-finstrument-functions' ],
# TODO(azarchs): Fix the underlying problem (crbug/485542)
'ldflags': [ '-Wl,--no-fatal-warnings' ],
'dependencies': [
'cygprofile',
'../../base/base.gyp:base',
Expand Down

0 comments on commit 39650f2

Please sign in to comment.