mirror of https://github.com/nodejs/node.git
x64 target should always pass -m64
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