Commit a5f8d0c6 authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Myles Borins
Browse files

build: remove -f{data,function}-sections flags

We don't link with `--gc-sections` because it's unreliable with some
toolchains, so all these flags do is make the compiler generate slightly
worse code.  Drop them.

Refs: https://github.com/nodejs/node/pull/6056
PR-URL: https://github.com/nodejs/node/pull/6077


Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent a27e9523
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment