Mercurial > mplayer.hg
comparison configure @ 1069:844e266c4ea9
For future development - the most warnings are enabled for --debug or --profile
author | nickols_k |
---|---|
date | Sat, 09 Jun 2001 08:52:51 +0000 |
parents | 504c6edf7813 |
children | e97f850f90bf |
comparison
equal
deleted
inserted
replaced
1068:cda8756ac10f | 1069:844e266c4ea9 |
---|---|
1182 fi | 1182 fi |
1183 | 1183 |
1184 | 1184 |
1185 # Checking for CFLAGS | 1185 # Checking for CFLAGS |
1186 if [ "$_profile" != "" ] || [ "$_debug" != "" ]; then | 1186 if [ "$_profile" != "" ] || [ "$_debug" != "" ]; then |
1187 CFLAGS="-O2 -march=$proc -mcpu=$proc $_debug $_profile" | 1187 CFLAGS="-W -Wall -O2 -march=$proc -mcpu=$proc $_debug $_profile" |
1188 else | 1188 else |
1189 if test -z "$CFLAGS"; then | 1189 if test -z "$CFLAGS"; then |
1190 CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -fomit-frame-pointer" | 1190 CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -fomit-frame-pointer" |
1191 fi | 1191 fi |
1192 fi | 1192 fi |