On Thu, 2015-01-08 at 09:54 +0300, Yuliana Zigangirova wrote:
> Thank you, this has muted the messages indeed.
> But I would very much like to be sure, that extra checks
> anddebugging were not enabled during compilation and that I got the 
> most possible efficient and quick library build.
> Do you may be know which configuration file is commonly
> read in all respectful sources?
> 

        Hi,
it's the podofo_config.h you filled manually. It is included in 
PdfCompilerCompat.h. Looking into this file gives you some hints on 
DEBUG and _DEBUG differences, which this file defines for PoDoFo in a 
way it is used in sources.

In any case, I would not edit the PdfCompilerCompat.h file, your main 
place for customization is the podofo_config.h and compiler flags, 
where you can also declare the desired defines. Search the code for 
the DEBUG macro, then you'll see how often it's used. And to get the 
most efficient code, just turn on the compiler optimizations.
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to