Skip to content

Commit

Permalink
gyp: -pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Dec 8, 2012
1 parent 8444546 commit e5e2514
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions candor.gyp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
'include', 'include',
'src' 'src'
], ],
'direct_dependent_settings': {
'include_dirs': [ 'include' ],
'link_settings': {
'ldflags': [ '-pthread' ],
},
'cflags': [ '-pthread', '-fno-strict-aliasing' ],
},
'sources': [ 'sources': [
'src/zone.cc', 'src/zone.cc',
'src/isolate.cc', 'src/isolate.cc',
Expand Down

0 comments on commit e5e2514

Please sign in to comment.