You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2005/01/06 23:13:14 UTC

cvs commit: xml-xalan/c Makefile.incl.in

mhoyt       2005/01/06 14:13:14

  Modified:    c        Makefile.incl.in
  Log:
  Prevent compiler from eliding constructors
  PR: XALANC-447
  
  Revision  Changes    Path
  1.29      +1 -1      xml-xalan/c/Makefile.incl.in
  
  Index: Makefile.incl.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.incl.in,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Makefile.incl.in	16 Dec 2004 19:24:59 -0000	1.28
  +++ Makefile.incl.in	6 Jan 2005 22:13:14 -0000	1.29
  @@ -172,7 +172,7 @@
   
     endif
   
  -  PLATFORM_COMPILE_OPTIONS += ${PIC_OPTION} -D${PLATFORM} -D_REENTRANT
  +  PLATFORM_COMPILE_OPTIONS += ${PIC_OPTION} -D${PLATFORM} -D_REENTRANT -fno-elide-constructors
   
     # We need the ICU library if we are using the ICUBridge
     ifdef XALAN_USE_ICU
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org