能否一条命令配置编译? #2917
能否一条命令配置编译?
#2917
Replies: 2 comments
-
xmake f --test=y; xmake 或者 xmake.lua 配置默认启用 test,只需要 |
Beta Was this translation helpful? Give feedback.
0 replies
-
谢谢,我想通过这种方法控制编译哪个项目,所以会涉及修改,那我xmake f --test=y; xmake这样吧 |
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 f --test=y
xmake
请问我想一条命令执行配置+编译直接有办法么?
Beta Was this translation helpful? Give feedback.
All reactions