Skip to content

Commit

Permalink
Removed verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycx committed Jan 3, 2013
1 parent c9e2e83 commit 867930e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
'cflags': [
'-Wall',
'--verbose'
'--verbose',
'-g'
],
'ldflags': [
'-L/usr/local/lib',
'-lldap',
'--verbose'
'-lldap'
],
}
]
Expand Down

0 comments on commit 867930e

Please sign in to comment.