Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created October 9, 2012 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/88ad7dcd21e3750f12fb to your computer and use it in GitHub Desktop.
Save TooTallNate/88ad7dcd21e3750f12fb to your computer and use it in GitHub Desktop.
diff --git a/common.gypi b/common.gypi
index f198d33..ea6162e 100644
--- a/common.gypi
+++ b/common.gypi
@@ -163,7 +163,7 @@
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ],
'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
- 'ldflags': [ '-pthread', '-rdynamic' ],
+ 'ldflags': [ '-pthread' ],
'conditions': [
[ 'target_arch=="ia32"', {
'cflags': [ '-m32' ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment