Amalgamated build
Currently, Pinc supports a unity build. But, it would be nice to have a single .c and .h file that can be copy-pasted into any existing codebase.
The simplest way to do this would be to have some kind of script (python, bash, or whatever) that concatenates all of the sources and headers together, and removes any #includes to internal headers.
Amalgamated build
Currently, Pinc supports a unity build. But, it would be nice to have a single .c and .h file that can be copy-pasted into any existing codebase.
The simplest way to do this would be to have some kind of script (python, bash, or whatever) that concatenates all of the sources and headers together, and removes any
#includes to internal headers.