Difference between revisions of "Mailutils cflags"

From Mailutils
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 10:52, 11 July 2015

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