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 6c215fb commit 70690beCopy full SHA for 70690be
common.gypi
@@ -530,7 +530,12 @@
530
'ldflags': [ '-m64' ],
531
}],
532
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
533
- 'cflags': [ '-m64', '-mminimal-toc' ],
+ 'conditions': [
534
+ [ 'clang==0', {
535
+ 'cflags': [ '-mminimal-toc' ],
536
+ }],
537
+ ],
538
+ 'cflags': [ '-m64' ],
539
540
541
[ 'host_arch=="s390x" and OS=="linux"', {
@@ -550,7 +555,12 @@
550
555
551
556
552
557
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
553
558
559
560
561
562
563
554
564
565
566
[ 'target_arch=="s390x" and OS=="linux"', {
0 commit comments