On 6/16/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote:



> >Talking of this maybe enable debug by default for DRL VM? It is used by
> >developers for development for the most part at the moment so
assertions and
>> symbol info may be quite useful. Also debug is built faster because it
is not
>> optimized.

>Makes sense.  So how do we do it? :)


 Here's the table for switching compiler and build mode...


                         On Windows*:             |  On Linux*:
                           ---------------------------
--------------------------
   MSVC compiler     :  set CXX=msvc           #     |  N/A
   Intel(R) compiler :     set CXX=icl                      |  export
CXX=icc
   GCC compiler      :     N/A                               |  export
CXX=gcc           #
   Release           :     set BUILD_CFG=release  # |  export
BUILD_CFG=release #
   Debug             :     set BUILD_CFG=debug       |  export
BUILD_CFG=debug

     # - default values


Thanks,
Rana


geir

>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to