I have a set of C files to compile using gcc and make. The build process works fine.
I want to know if I can obtain – during compilation – one C file containing all the source code without any preprocessor macro.
I have a set of C files to compile using gcc and make. The
Share
If you include all files to the gcc compiler at once you could use
This will also include the stdlib functions maybe use -nostdinc