postprocess --cflags and --libs output #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
hi,
right now, we print --cflags and --libs output blindly which results in duplicate cflags/libs entries. this is not a huge deal in practice, but we should clean this up.
i think we should do this in main.c by splitting each fragment and inserting it into a hashtable once it's been printed.
some very nieve postprocessing output has been added to strip out system dirs. i think it's good enough for now.