gcc compiler not recognizing -fno-plt option

前端 未结 1 1518

I am trying to compile QuantLib Python SWIG bindings on Amazon\'s EC2 instance with Amazon Linux AMI. I have managed to compile QuantLib itself successfully, however, when tryin

相关标签:
1条回答
  • 2021-01-21 14:42

    You need to upgrade your GCC version.

    The changelog page for GCC 6 says:

    The option -fno-plt is now fully functional.

    Thus, from GCC 6 you can use it.

    0 讨论(0)
提交回复
热议问题