Skip to content

Commit

Permalink
Bug 1348798 - Stop ignoring linker warnings on BSDs after bug 1346735…
Browse files Browse the repository at this point in the history
…. r?fkiefer
  • Loading branch information
jbeich committed Mar 20, 2017
1 parent ba71fc0 commit 315e09b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions coreconf/config.gypi
Expand Up @@ -223,14 +223,6 @@
'ldflags': [
'-Wl,-z,defs',
],
'conditions': [
['OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
# Bug 1321317 - unix_rand.c:880: undefined reference to `environ'
'ldflags': [
'-Wl,--warn-unresolved-symbols',
],
}],
],
}],
],
}],
Expand Down

0 comments on commit 315e09b

Please sign in to comment.