Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5f8d0c

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
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: #6056 PR-URL: #6077 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent a27e952 commit a5f8d0c
Copy full SHA for a5f8d0c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
'variables': {
9696
'v8_enable_handle_zapping': 0,
9797
},
98-
'cflags': [ '-O3', '-ffunction-sections', '-fdata-sections' ],
98+
'cflags': [ '-O3' ],
9999
'conditions': [
100100
['target_arch=="x64"', {
101101
'msvs_configuration_platform': 'x64',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.