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>

取消宏定义

posted on 2021-09-29 11:08  ZhYQ_note  阅读(35)  评论(0编辑  收藏  举报

导航