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
zig: add build-pch command to emit precompiled C header.
usage example:
`zig build-pch -lc++ -x c++-header test.h`
`zig run -lc++ -cflags -include-pch test.pch -- main.cpp`
It builds the file.pch with llvm "-fpch-validate-input-files-content",
so it includes data for better integration with zig caching system.
0 commit comments