cocos jsb绑定

ini 配置文件中

clang_flags = -nostdinc -x c++ -std=c++11 -U __SSE__

其中 -U __SSE__ 不定义__SSE__ 宏

clang 的参数,可以通过clang --help 查看所有clang的参数

  -U <macro>              Undefine macro <macro>

取消宏定义

原文地址:https://www.cnblogs.com/ZhYQ-Note/p/15351918.html