Replies: 1 comment 5 replies
-
不支持,干嘛要删掉。。一些必须的选项删不掉。。要么你自定义个 toolchain 。然后切到自己的 Toolchain 上去。。 |
Beta Was this translation helpful? Give feedback.
5 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.
-
我用import("package.tools.cmake").install(package, configs)时,生成的cmake命令会自动添加一些参数,比如;
-DCMAKE_CXX_COMPILER=/App/conda/envs/conda_xmake/bin/clang++
-DCMAKE_CXX_FLAGS=-m64
-DCMAKE_ASM_COMPILER=/App/conda/envs/conda_xmake/bin/clang
-DCMAKE_C_COMPILER=/App/conda/envs/conda_xmake/bin/clang
-DCMAKE_LINKER=clang++
........
比如我想在xmake生成的cmake命令中去掉“-DCMAKE_CXX_FLAGS=-m64 ”参数,应该如何做呢
Beta Was this translation helpful? Give feedback.
All reactions