-
-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这种情况下增量编译不工作 #1154
Labels
Milestone
Comments
用你的 case 测了下,linux/macos上 这个版本 都没有复现你说的问题,一切正常 |
编译是通过的,第一次编译完成,然后修改header file,再编译不会触发重新编译. |
我刚测试的就是 增量编译,一切正常,test1.hpp 改动,在我这会触发二次编译,完全一样的 demo (命名和结构都一样) ,linux/macos都ok |
应该可以了,你更新到 dev 分支再试试。 |
谢谢,工作了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
source files:
Expected behavior
incremental compilation should work on header updated.
Error output
N/A
xmake -j2 -v -D
[100%]: build ok!
Related Environment
Please provide compiling and running environment information:
Additional context
N/A
The text was updated successfully, but these errors were encountered: