Fletcher

Results 4 comments of Fletcher

The processes are related; Updating the Zig compiler should impact both of them equally. The project is just any C project. I build them all with Zig master atm. The...

All of my C projects are based on my [C template](https://github.com/DeadRobotDev/template_c). The tool, [WhiteBox](https://whitebox.systems/), has an input box for the flags you want to pass to the JIT compiler: ```...

My projects use Zig to build, the tool doesn't. I think it uses a builtin version of Clang. It needs the C include path otherwise it can't find `stdio.h`, etc....

If I build the DLL as a separate executable, no. In the current build script, I am linking the library to an executable. And that is what causes the issue.