diff --git a/common.gypi b/common.gypi index 6d6a43d5ec..4b8aa77287 100644 --- a/common.gypi +++ b/common.gypi @@ -66,9 +66,6 @@ ['OS=="solaris"', { # pull in V8's postmortem metadata 'ldflags': [ '-Wl,-z,allextract' ] - }, { - # Doesn't work with the Solaris linker. - 'ldflags': [ '-Wl,--gc-sections' ], }], ['clang == 0 and gcc_version >= 40', { 'cflags': [ '-fno-tree-vrp' ], # Work around compiler bug.