Hi,

   C Compiler optimizations (-O2) flag has been added to the default build.
We dropped -O2 a few years back from the default configuration after
reports that it caused issues on some platforms. We believe that we
addressed the problem (by another compiler flag :)) and it is now safe to
leave it on.

Concurrency has also been turned on by default (if pthread library is
detected). If you don't want concurrent threads, please add the following
line to your define.h:

  #define NoConcurrent

Cheers,
Jafar
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to