PERFORCE change 155371 for review
Robert Watson
rwatson at FreeBSD.org
Sun Dec 28 06:58:43 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=155371
Change 155371 by rwatson at rwatson_cinnamon on 2008/12/28 14:58:35
Add explicit directions for turning on -Wall and -Werror during
OpenBSM development to the install notes.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/INSTALL#5 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/INSTALL#5 (text+ko) ====
@@ -9,6 +9,12 @@
./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
More information about the p4-projects
mailing list