This reverts commit 70d4644742
.
This commit is contained in:
parent
1d79840025
commit
7fb6b3bda8
3 changed files with 0 additions and 14 deletions
|
@ -84,8 +84,6 @@
|
|||
},
|
||||
'cflags': [
|
||||
'<!@(<(pkg-config) --cflags <(linux_system_libraries))',
|
||||
# Needed for PIE
|
||||
'-fPIC',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'cflags': [
|
||||
|
|
|
@ -263,7 +263,6 @@
|
|||
['OS=="linux"', {
|
||||
'cflags': [
|
||||
'-Wno-empty-body',
|
||||
'-fPIC',
|
||||
],
|
||||
}], # OS=="linux"
|
||||
['OS=="win"', {
|
||||
|
|
11
electron.gyp
11
electron.gyp
|
@ -253,16 +253,6 @@
|
|||
],
|
||||
},
|
||||
],
|
||||
'link_settings': {
|
||||
'ldflags': [
|
||||
# Build as Position-Independent Executable to mitigate exploitations.
|
||||
'-pie',
|
||||
],
|
||||
},
|
||||
'cflags_cc': [
|
||||
# Needed for PIE
|
||||
'-fPIC',
|
||||
]
|
||||
}], # OS=="linux"
|
||||
],
|
||||
}, # target <(project_name)
|
||||
|
@ -451,7 +441,6 @@
|
|||
# Required settings of using breakpad.
|
||||
'cflags_cc': [
|
||||
'-Wno-empty-body',
|
||||
'-fPIC',
|
||||
],
|
||||
'include_dirs': [
|
||||
'vendor/breakpad/src',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue