-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Incremental compilation support for modules #3000
Comments
we need improve to parse include deps with modules. gcchello.gcm.d
I really don't understand this include dependency format of gcc. what's main.cpp.d
without modules
clangmain.cpp.o.d
hello.pcm.d
msvcmain.cpp.o.d
|
we need parse |
Incremental compilation support for modules #3000
That's an order only dependency, it just means hello.gcm must be built after hello.mpp.o, but need not be rebuilt if it's older than hello.mpp.o. |
Got it, thanks! |
Xmake Version
2.7.2
Operating System Version and Architecture
ubuntu
Describe Bug
Modifying headers doesn't trigger recompiling; #2961
we can test it in user_headerunits test.
Expected Behavior
..
Project Configuration
No response
Additional Information and Error Logs
No response
The text was updated successfully, but these errors were encountered: