Replies: 2 comments 1 reply
-
目前只能snippet检测,走 check_cxxsnippets("CGNS_ENABLE_LFS", [[#include <stdlib.h>
static_assert(sizeof(off_t) == 8, "");]]) 或者直接走 option 里面的 add_cxxsnippets/add_csnippets |
Beta Was this translation helpful? Give feedback.
1 reply
-
我记得是支持了,捕获输出 output = true xmake/tests/apis/check_xxx/xmake.lua Line 46 in 68153d0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake中如何测试type占用的字节数?类似cmake中的checktypesize:
Beta Was this translation helpful? Give feedback.
All reactions