We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-mminimal-toc
clang
1 parent c5d68c4 commit e2c9cabCopy full SHA for e2c9cab
common.gypi
@@ -542,7 +542,12 @@
542
'ldflags': [ '-m32' ],
543
}],
544
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
545
- 'cflags': [ '-m64', '-mminimal-toc' ],
+ 'conditions': [
546
+ [ 'clang==0', {
547
+ 'cflags': [ '-mminimal-toc' ],
548
+ }],
549
+ ],
550
+ 'cflags': [ '-m64' ],
551
'ldflags': [ '-m64' ],
552
553
[ 'host_arch=="s390x" and OS=="linux"', {
@@ -566,7 +571,12 @@
566
571
567
572
568
573
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
569
574
575
576
577
578
579
570
580
581
582
[ 'target_arch=="s390x" and OS=="linux"', {
0 commit comments