摘要:
1.1 常用符号1.1.1 编译器CC // C语言编译器,默认值为gcc 默认的变量,无需用户自定义,也可以改变其值 CXX // C++语言编译器,默认值为g++ 默认的变量,无需用户自定义,也可以改变其值 CFLAGS // C语言编译器的编译选项 LDFLAGS // C语言编译器的链接选项 阅读全文
摘要:
红帽官方Developer Toolset文档地址:https://access.redhat.com/documentation/en-us/red_hat_developer_toolset/8/ devtoolset对应gcc的版本 1 2 3 4 devtoolset-3对应gcc4.x.x 阅读全文
摘要:
https://blog.csdn.net/kouryoushine/article/details/89961027 https://blog.csdn.net/qq_35565669/article/details/99759565 edl: https://zhuanlan.zhihu.com 阅读全文
摘要:
SGX简介:https://software.intel.com/zh-cn/sgx 英特尔® Software Guard Extensions是一项面向应用程序开发人员的英特尔技术,这些开发人员力图保护选定的代码和数据免于被披露或被修改。 英特尔Software Guard Extensions 阅读全文