INSTALL: Mention --enable-Werror.
[sliver-openvswitch.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index c8b1aa7..c3693f3 100644 (file)
--- 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.