cvsuser     04/07/08 10:21:02

  Modified:    config/gen/makefiles CFLAGS.in
  Log:
  yeah changing generated file isnt really good
  
  Revision  Changes    Path
  1.3       +1 -0      parrot/config/gen/makefiles/CFLAGS.in
  
  Index: CFLAGS.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/CFLAGS.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- CFLAGS.in 21 Mar 2004 11:07:17 -0000      1.2
  +++ CFLAGS.in 8 Jul 2004 17:21:01 -0000       1.3
  @@ -8,6 +8,7 @@
   src/spf_render.c -{-Wformat-nonliteral}   # noisy
   src/tsq.c        -{${optimize}}           # never optimize tsq.c!
   ops/core_ops_cg.c   -{${optimize}}       # takes too long
  +src/py_func.c     +{-Iclasses}           # include pmc_default.h
   
   # io should be -Wunsed clean
   {^io/}              s/-Wno-unused/-Wunused/
  
  
  

Reply via email to