Skip to content
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

Don't touch aggregate include file if the content doesn't change. #148

Merged
merged 1 commit into from
Feb 25, 2013

Conversation

smic
Copy link
Contributor

@smic smic commented Feb 25, 2013

mogenerator re-creates the aggregate include file every time. In my case I added mogenerator as build phase and the touched include file force the compiler to re-compile all depending files. If I include it into the pre-compiled header this makes it even worse.

In my commit I compare the content to see if the file changed.

rentzsch added a commit that referenced this pull request Feb 25, 2013
[NEW] Don't touch aggregate include file if the content doesn't change. (Stephan Michels)
@rentzsch rentzsch merged commit 783d769 into rentzsch:master Feb 25, 2013
@rentzsch
Copy link
Owner

Thanks!

ddrccw pushed a commit to ddrccw/mogenerator that referenced this pull request Jan 20, 2014
[NEW] Don't touch aggregate include file if the content doesn't change. (Stephan Michels)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants