[svn] / trunk / xvidcore / build / generic / Makefile.cygwin Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/Makefile.cygwin

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 491, Fri Sep 20 17:03:47 2002 UTC revision 509, Sun Sep 22 10:30:04 2002 UTC
# Line 4  Line 4 
4  #  #
5  # Edit this file to enable/disable optimizations  # Edit this file to enable/disable optimizations
6  #  #
7  # $Id: Makefile.cygwin,v 1.3 2002-09-20 17:03:47 edgomez Exp $  # $Id: Makefile.cygwin,v 1.4 2002-09-22 10:30:04 edgomez Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 43  Line 43 
43      # PSNR during encoding      # PSNR during encoding
44  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
45    
46    # Enable BFrame decoding (still beta)
47    # CFLAGS += -DBRAMES_DEC
48    
49  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
50    
51    # Warning level options    # Warning level options
# Line 77  Line 80 
80       # Try a first run with -fprofile-arcs only then build the lib again       # Try a first run with -fprofile-arcs only then build the lib again
81       # with add branch and coverage... this will allow you to profile       # with add branch and coverage... this will allow you to profile
82       # the lib line a line.       # the lib line a line.
83    # CFLAGS += -pg -fprofile-arcs -fbranch-probabilities -ftest-coverage    # CFLAGS += -pg
84         # Precise profiling + test coverage (-pg must be activated)
85         # Build the library twice and execute a program using the lib twice too
86           # First pass : Will create sourcefile.da files to keep branch statistics
87      # CFLAGS += -fprofile-arcs
88           # Second pass : Will create .bb and .bbg files suitable for coverage and
89           #               branch probabilities during compilation
90      # CFLAGS += -fprofile-arcs -fbranch-probabilities -ftest-coverage
91    
92    
93    # Architecture options : Valid for every gcc version    # Architecture options : Valid for every gcc version

Legend:
Removed from v.491  
changed lines
  Added in v.509

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4