summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-01-11 21:24:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-01-11 21:24:07 +0000
commita4bd134433fd2aaa1d814163ac7b29acc444654a (patch)
tree6f1d1beb7369a190e7aed5bce8ce99c9bfd63a05 /INSTALL
parent980b6e45aaf200a759c883374991028300774958 (diff)
Notes
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7afd1f9f35bb..c2eac44a83d5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,6 +9,12 @@ support are built conditionally. Typically, build will be performed using:
./configure
make
+If doing development work on OpenBSM with gcc, the following invocation of
+configure may be preferred in order to generate full compiler warnings and
+force the compile to fail if a warning is found:
+
+ CFLAGS="-Wall -Werror" ./configure
+
To install, use:
make install