-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
Hi @michal-z I have been fiddling around with zig-gamedev and so far it really feels awesome!
I have one project where I am pulling in all the zig-gamedev libraries and including them in my build. It works fine but every time I change a single line of code in my project's code, it takes about 7 seconds to build it again (I am on an MBP M2 Max).
Is there any way to have the dependencies compiled as dynamic libraries during development and link them up instead of recompiling them all the time? Or do you feel I have something broken in my build as I guess that zig should keep everything in cache and only recompile what is really needed.
It would be great if you could help with this. Cheers!
Metadata
Metadata
Assignees
Labels
No labels