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 b4a23d6 commit 89dd770Copy full SHA for 89dd770
common.gypi
@@ -538,7 +538,12 @@
538
'ldflags': [ '-m64' ],
539
}],
540
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
541
- 'cflags': [ '-m64', '-mminimal-toc' ],
+ 'conditions': [
542
+ [ 'clang==0', {
543
+ 'cflags': [ '-mminimal-toc' ],
544
+ }],
545
+ ],
546
+ 'cflags': [ '-m64' ],
547
548
549
[ 'host_arch=="s390x" and OS=="linux"', {
@@ -558,7 +563,12 @@
558
563
559
564
560
565
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
561
566
567
568
569
570
571
562
572
573
574
[ 'target_arch=="s390x" and OS=="linux"', {
0 commit comments