You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are considering using this image to build our debugging version of the app, but currently all compilation .o-objects are removed making the process really slow.
Is it possible to add a flag SKIP_REMOVE to not remove all objects in the volume and thus speed up builds for development purposes?
We can take care of removing the unused .o objects ourselves (make command) thus giving back control to the developer.
The text was updated successfully, but these errors were encountered:
Background:
To give developers more control back about their build process, I decided because of #14, that the build directory should not get cleaned by default.
This should even be something that the docker image should not take care of at all. Close#14
We are considering using this image to build our debugging version of the app, but currently all compilation .o-objects are removed making the process really slow.
Is it possible to add a flag SKIP_REMOVE to not remove all objects in the volume and thus speed up builds for development purposes?
We can take care of removing the unused .o objects ourselves (make command) thus giving back control to the developer.
The text was updated successfully, but these errors were encountered: