From 4b6f69ec2a5cc51288e9ab8bbda5a5eec0b8be64 Mon Sep 17 00:00:00 2001 From: nickols_k Date: Sat, 9 Jun 2001 08:52:51 +0000 Subject: [PATCH] For future development - the most warnings are enabled for --debug or --profile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1070 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b31dc7a6e9..c41fba8459 100755 --- a/configure +++ b/configure @@ -1184,7 +1184,7 @@ fi # Checking for CFLAGS if [ "$_profile" != "" ] || [ "$_debug" != "" ]; then - CFLAGS="-O2 -march=$proc -mcpu=$proc $_debug $_profile" + CFLAGS="-W -Wall -O2 -march=$proc -mcpu=$proc $_debug $_profile" else if test -z "$CFLAGS"; then CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -fomit-frame-pointer"