mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
x64 target should always pass -m64
This commit is contained in:
parent
0435f9b28c
commit
f62441367f
@ -145,6 +145,10 @@
|
||||
'cflags': [ '-m32' ],
|
||||
'ldflags': [ '-m32' ],
|
||||
}],
|
||||
[ 'target_arch=="x64"', {
|
||||
'cflags': [ '-m64' ],
|
||||
'ldflags': [ '-m64' ],
|
||||
}],
|
||||
[ 'OS=="linux"', {
|
||||
'ldflags': [ '-rdynamic' ],
|
||||
}],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user