Mailutils cflags

From Mailutils
Revision as of 10:52, 11 July 2015 by Gray (talk | contribs) (Created page with "The <tt>mailutils cflags</tt> command shows compiler options needed to compile a C source with GNU Mailutils. It is intended for use in configuration scripts and Makefile...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The mailutils cflags command shows compiler options needed to compile a C source with GNU Mailutils. It is intended for use in configuration scripts and Makefiles, e.g.:

 CFLAGS=-g -O2 `mailutils cflags`

See also