X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=a7a25c99cd756e0c68dedc9da2247c7be0ad7371;hb=a1d06d55999cc5004f4a3c2c8c17638972c6fe50;hp=9430d01671054627eb48789c6ddb2feca8f7aff6;hpb=501e192029768948a81aeef6515f5d0dd6519f37;p=ccan diff --git a/tools/tools.h b/tools/tools.h index 9430d016..a7a25c99 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -43,6 +43,8 @@ bool move_file(const char *oldname, const char *newname); * These all compile into a temporary dir, and return the filename. * On failure they return NULL, and errmsg is set to compiler output. */ +/* If set, say what we're compiling to. */ +extern bool compile_verbose; /* Compile multiple object files into a single. */ char *link_objects(const void *ctx, const char *objs, char **errmsg); /* Compile a single C file to an object file. Returns errmsg if fails. */