diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-21 16:27:44 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-21 16:27:47 -0400 |
commit | b6f6f126d0e3fa23687f2d8c537de207e2c7b5d3 (patch) | |
tree | 84ba828aad25d8805d7663e60b71494775999c05 /doc | |
parent | 990a4b99b00c162da218f951041fed50c4259049 (diff) | |
download | ikiwiki-b6f6f126d0e3fa23687f2d8c537de207e2c7b5d3.tar ikiwiki-b6f6f126d0e3fa23687f2d8c537de207e2c7b5d3.tar.gz |
avoid -O default for CFLAGS, and document
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 0c618de5c..4ee935f73 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -345,6 +345,10 @@ also be configured using a setup file. This controls what C compiler is used to build wrappers. Default is 'cc'. +* CFLAGS + + This can be used to pass options to the C compiler when building wrappers. + # SEE ALSO * [[ikiwiki-mass-rebuild]](8) |