Replies: 1 comment 2 replies
-
vsxmake 生成器,最终也是 vs 里面调用 xmake 命令编译,vs 工程本身的设置,你可以完全忽略,不用管它,反正最后肯定会给你编译对。 是否生效,应该看 xmake -v 里面的 flags 。。 仅仅部分影响 intellisense 的配置,会同步到 vs proj 里面去,其他的调试这种 flags 没比较同步。 如果你非要 vcproj 也得加上,应该用 |
Beta Was this translation helpful? Give feedback.
2 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 生成的 vs2019 sln debug 模式似乎未生效,请问如何解决?

xmake 版本号:
xmake-v2.8.2
问题截图:
xmake.lua:
编译命令行:
xmake project -k vsxmake2019
Beta Was this translation helpful? Give feedback.
All reactions