From 777b11c4ebdf752fde6f134f942aa20464d9c8b5 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sun, 12 May 2024 09:35:14 -0600 Subject: [PATCH] enable warnings in default CFLAGS --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index dced540a2..d90731f52 100755 --- a/configure +++ b/configure @@ -233,6 +233,7 @@ Darwin) CFLAGS_STD="$CFLAGS_STD -D_DARWIN_C_SOURCE" ;; AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;; esac +tryflag CFLAGS -Wall tryflag CFLAGS -pipe # Try flags to optimize binary size