]> diplodocus.org Git - nmh/blobdiff - build_nmh
Reformat else-if that are split over two or more lines into one.
[nmh] / build_nmh
index 832bd5819e7af45e0599e3f4fd5fc77bb03353c3..8e6ede651cf20e974da280c2ef11d4ebc680bb02 100755 (executable)
--- a/build_nmh
+++ b/build_nmh
@@ -366,7 +366,7 @@ if [ -z "$CFLAGS" ]; then
     #### isn't defined.
     CFLAGS='-g -std=c99 -pedantic'
     if [ "$config_debug" = n ]; then
-      CFLAGS="$CFLAGS -O2"
+      CFLAGS="$CFLAGS -O2 -D_FORTIFY_SOURCE=2"
     else
       CFLAGS="$CFLAGS -O0"
     fi