diff options
Diffstat (limited to 'contrib/openbsm/INSTALL')
-rw-r--r-- | contrib/openbsm/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/INSTALL b/contrib/openbsm/INSTALL index a28665d..9e52b0d 100644 --- a/contrib/openbsm/INSTALL +++ b/contrib/openbsm/INSTALL @@ -9,8 +9,8 @@ suppport is found. Typical builds will be performed using: 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: +configure is preferred in order to generate full compiler warnings and force +the compile to fail if a warning is found: CFLAGS="-Wall -Werror" ./configure |