I'am trying to generate csmith programs without any printf inside.
I tried to apply -E -DNO_PRINTF to a generated program but it seem as GCC doesn't have an argument to link files and then apply the preprocessing pass.
So how to tell csmith to avoid printf in its generated programs?