[Mplayer-cvslog] CVS: main configure,1.473,1.474

Arpi of Ize arpi at mplayerhq.hu
Sat May 18 19:45:29 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25069

Modified Files:
	configure 
Log Message:
compile with '-g' by default for .developer

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -r1.473 -r1.474
--- configure	18 May 2002 09:21:35 -0000	1.473
+++ configure	18 May 2002 17:45:26 -0000	1.474
@@ -3559,11 +3559,16 @@
   else
     CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
   fi
+  # always compile with '-g' if .developer:
+  if test -f ".developer" ; then
+    CFLAGS="-g $CFLAGS"
+  fi
 else
   cat <<EOF
 
 MPlayer compilation will use CFLAGS set by you, but:
-             DO NOT BUGREPORT IF IT DOES NOT WORK
+
+    *** ***  DO NOT BUGREPORT IF IT DOES NOT COMPILE/WORK!  *** ***
 
 It is strongly recommended you let MPlayer choose the correct CFLAGS!
 To do so, execute 'CFLAGS= ./configure <options>'




More information about the MPlayer-cvslog mailing list