From: Ben Pfaff Date: Wed, 18 Dec 2013 05:44:25 +0000 (-0800) Subject: INSTALL: Mention --enable-Werror. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=ad367b28f8595c6fd5d10009a303a01c2310881f INSTALL: Mention --enable-Werror. I think that some developers haven't noticed this, but it's useful, so mention it. Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- diff --git a/INSTALL b/INSTALL index c8b1aa749..c3693f303 100644 --- a/INSTALL +++ b/INSTALL @@ -198,6 +198,11 @@ Prerequisites section, follow the procedure below to build. % ./configure --with-linux=/path/to/linux KARCH=mips + If you plan to do much Open vSwitch development, you might want to + add --enable-Werror, which adds the -Werror option to the compiler + command line, turning warnings into errors. That makes it + impossible to miss warnings generated by the build. + The configure script accepts a number of other options and honors additional environment variables. For a full list, invoke configure with the --help option.